diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-05-11 20:29:56 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-05-11 20:29:56 +0000 |
commit | 5e8b580aa9eda27b39dd3137ef0668198ec9cd66 (patch) | |
tree | aad21be452d96095ffa26b47b97f6759d6b3e9aa /science/nest/files/patch-cmake_ProcessOptions.cmake | |
parent | update FreeCAD to 0.18.2 (diff) |
New port: science/nest: Simulator for spiking neural network models
Diffstat (limited to 'science/nest/files/patch-cmake_ProcessOptions.cmake')
-rw-r--r-- | science/nest/files/patch-cmake_ProcessOptions.cmake | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/science/nest/files/patch-cmake_ProcessOptions.cmake b/science/nest/files/patch-cmake_ProcessOptions.cmake new file mode 100644 index 000000000000..c670929e7980 --- /dev/null +++ b/science/nest/files/patch-cmake_ProcessOptions.cmake @@ -0,0 +1,11 @@ +--- cmake/ProcessOptions.cmake.orig 2019-05-11 20:18:03 UTC ++++ cmake/ProcessOptions.cmake +@@ -385,7 +385,7 @@ function( NEST_PROCESS_WITH_PYTHON ) + # confirmed working: 0.19.2+ + # in between unknown + if ( CYTHON_VERSION VERSION_LESS "0.19.2" ) +- message( FATAL_ERROR "Your Cython version is too old. Please install " ++ message( FATAL_ERROR "Your Cython version (" ${CYTHON_VERSION} ") is too old. Please install " + "newer version (0.19.2+)" ) + endif () + |