Commit Graph

14 Commits

Author SHA1 Message Date
Ye Luo 9202af5cfd More verbose error message. 2021-12-26 14:59:22 -06:00
Ye Luo a513cfe766 Change message to FATAL_ERROR 2021-12-23 13:13:42 -06:00
Ye Luo 1dfafc87ea Change check_python_reqs argument type.
Previously it needs the variable name of the list of modules to be tested.
Now it needs the list directly.
2021-12-23 12:14:02 -06:00
Peter Doak 4780d010e3 adding test and fixing python testing to work with conda envs 2021-11-22 12:03:55 -05:00
Ye Luo 8f42205da2 Change message_verbose() to message(VERBOSE) 2021-08-26 10:49:48 -05:00
Ye Luo d095727a58 format CMake files.
find -name "CMakeLists.txt" -exec cmake-format -i {} \;
find -name "*.cmake" -exec cmake-format -i {} \;
git checkout external_codes
2021-06-07 12:46:46 -05:00
Steven Hahn 9a1f2c2251 Change variable name. Update formatting
Signed-off-by: Steven Hahn <hahnse@ornl.gov>
2021-04-09 16:08:59 -04:00
Steven Hahn 7c826c32eb Use uppercase value. Make less verbose.
Signed-off-by: Steven Hahn <hahnse@ornl.gov>
2021-04-09 15:04:27 -04:00
Steven Hahn 05506d0ac6 Cache CMake checks for Python modules
Signed-off-by: Steven Hahn <hahnse@ornl.gov>
2021-04-09 15:04:27 -04:00
Ye Luo 696a169481 Print python actions in cmake when verbose printing is requested. 2020-12-11 14:51:43 -06:00
Ye Luo 1f0ee3370a remove python command in CMake/python.cmake 2020-01-09 19:48:17 +08:00
Ye Luo a4e530e032 Move test scripts from utils to tests/scripts 2018-11-29 11:59:21 -06:00
Mark Dewing 37c8794310 Skip Nexus example tests if numpy is not present
Fixes #484
2017-11-10 10:21:34 -06:00
Mark Dewing e2cab5e3a7 Add check for python modules for estimator tests.
Check a list of python modules to ensure they are installed before adding the estimator tests.
The test for module installation is based on whether the module successully imports or not.
If needed, additional tests of module functionality could be added.
2017-06-01 08:36:34 -05:00