spack/var/spack/repos/builtin/packages/alps/alps_cmake_time.patch
ketsubouchi 15a7723645
alps: fix for latest gcc and test bug (#20462)
* gcc build OK

* gcc mc-01 OK

* time test problem

* remove comment and debug

* use climit

* TAB to spaces

* comment
2021-01-05 22:24:50 -06:00

12 lines
491 B
Diff

--- a/alps/config/run_test.cmake 2020-12-10 10:05:48.925076699 +0900
+++ b/alps/config/run_test.cmake 2020-12-10 11:37:18.180959480 +0900
@@ -3,7 +3,7 @@
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
-find_program(cmd_path ${cmd} ${binarydir} ${dllexedir})
+find_program(cmd_path ${cmd} ${binarydir} ${dllexedir} NO_SYSTEM_ENVIRONMENT_PATH)
find_file(input_path ${input}.input ${binarydir} ${sourcedir})
if(NOT input_path)