Squashed 'moose-core/' changes from 172c67f49..0ae1008ad
0ae1008ad Merge pull request #382 from dilawar/chamcham 114b9eb9d Using cmake version 3.0 (as minimum required). b8a6ce1c5 Test release for homebew. c95fd31e4 Fixes for gcc5 series. It is not smart enough to figure out which field is being updated. These needs to be ported to branch chamcham as well. 7b964ed0a Case changes. c23f66db2 intall lapack and blas as well. f5c009bb0 Built successfully on 18.04 with latest gcc. ff794fe09 Set PYTHON_EXECUTABLE and PYTHON_INCLUDE_DIRS to appropriate values. No need to change them everywhere. 31c3af94f Streamer is failing. acd190464 Merge branch 'chamcham' of https://github.com/BhallaLab/moose-core into chamcham ba22c69a2 - Make python3 default python. - cmake 3.12 is minimum required. - Fixes to Python API. strncpy can not write to `const char*`. Instead initialize with value. - Build system fixes. 4c2e7fa6f Fixes to allow tests to pass under Fedora 29 (#282) d0bb9234f Update apt before installing. Travis does not run apt-update by itself (probably for group edge)! 56f70ffa9 Merge branch 'chamcham' of github.com:BhallaLab/moose-core into chamcham a5637d247 Removed temp file. f154d6de7 Dependencies fix during build target. bdist is build by default. 2c4f066d8 nsdf is removed from wheel. 46b7e96a9 Use sys.executable to execute test. It breaks on python3. git-subtree-dir: moose-core git-subtree-split: 0ae1008adce276c0dfe92560fe8ef31fa4f8a302
parent
d377194c
No related branches found
No related tags found
Showing
- .travis/travis_build_linux.sh 3 additions, 4 deletions.travis/travis_build_linux.sh
- .travis/travis_prepare_linux.sh 2 additions, 2 deletions.travis/travis_prepare_linux.sh
- CMakeLists.txt 16 additions, 20 deletionsCMakeLists.txt
- cmake_modules/FindNumPy.cmake 0 additions, 104 deletionscmake_modules/FindNumPy.cmake
- pymoose/CMakeLists.txt 27 additions, 44 deletionspymoose/CMakeLists.txt
- pymoose/mfield.cpp 6 additions, 5 deletionspymoose/mfield.cpp
- pymoose/moosemodule.cpp 30 additions, 23 deletionspymoose/moosemodule.cpp
- python/moose/moose_test.py 4 additions, 1 deletionpython/moose/moose_test.py
- python/setup.cmake.py 43 additions, 41 deletionspython/setup.cmake.py
- utility/strutil.cpp 3 additions, 7 deletionsutility/strutil.cpp
Please register or sign in to comment