aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-04-23 02:52:47 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-04-23 03:52:55 +0200
commit8983c9529f931d9e61c41e5d863b881d7cf95ac3 (patch)
treeb10999b275f12b56eb4323e802fce00cc8a530b3 /sci-libs/dart/files/dart-6.12.1-no-deprecated-examples.patch
parentdev-cpp/tiny-dnn: update EAPI 7 -> 8 (diff)
downloadguru-8983c9529f931d9e61c41e5d863b881d7cf95ac3.tar.gz
guru-8983c9529f931d9e61c41e5d863b881d7cf95ac3.tar.bz2
guru-8983c9529f931d9e61c41e5d863b881d7cf95ac3.zip
sci-libs/dart: fix examples/tutorials installation
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'sci-libs/dart/files/dart-6.12.1-no-deprecated-examples.patch')
-rw-r--r--sci-libs/dart/files/dart-6.12.1-no-deprecated-examples.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/sci-libs/dart/files/dart-6.12.1-no-deprecated-examples.patch b/sci-libs/dart/files/dart-6.12.1-no-deprecated-examples.patch
new file mode 100644
index 000000000..a16045d94
--- /dev/null
+++ b/sci-libs/dart/files/dart-6.12.1-no-deprecated-examples.patch
@@ -0,0 +1,9 @@
+--- a/examples/CMakeLists.txt
++++ b/examples/CMakeLists.txt
+@@ -27,6 +27,3 @@
+
+ # MJCF model based examples
+ add_subdirectory(fetch)
+-
+-# Deprecated examples
+-add_subdirectory(deprecated_examples)