File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ export TA_PYTHON=ON
14
14
15
15
${TRAVIS_BUILD_DIR} /bin/build-mpich-linux.sh
16
16
${TRAVIS_BUILD_DIR} /bin/build-scalapack-mpich-linux.sh
17
- if [ -n " ${MADNESS_OVER_PARSEC} " ]; then
18
- ${TRAVIS_BUILD_DIR} /bin/build-parsec-linux.sh
19
- fi
20
17
${TRAVIS_BUILD_DIR} /bin/build-madness-linux.sh
21
18
${TRAVIS_BUILD_DIR} /bin/build-boost-linux.sh
22
19
${TRAVIS_BUILD_DIR} /bin/build-eigen3-linux.sh
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ if [ "$BUILD_TYPE" = "Debug" ]; then
51
51
cd madness
52
52
53
53
if [ -n " ${MADNESS_OVER_PARSEC} " ]; then
54
- MADNESS_BACKEND_OPTION=" -DMADNESS_TASK_BACKEND=PaRSEC -DPaRSEC_ROOT_DIR= ${INSTALL_PREFIX} /parsec "
54
+ MADNESS_BACKEND_OPTION=" -DMADNESS_TASK_BACKEND=PaRSEC"
55
55
fi
56
56
57
57
# check out the tracked tag of MADNESS
Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ if (NOT TARGET MADworld)
38
38
include (FetchContent )
39
39
FetchContent_Declare (
40
40
MADNESS
41
- GIT_REPOSITORY https://github.com/m-a-d-n-e-s-s/madness.git
41
+ # GIT_REPOSITORY https://github.com/m-a-d-n-e-s-s/madness.git
42
+ GIT_REPOSITORY https://github.com/TESSEorg/madness.git
42
43
GIT_TAG ${TA_TRACKED_MADNESS_TAG}
43
44
)
44
45
FetchContent_MakeAvailable (MADNESS )
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ set(TA_INSTALL_EIGEN_PREVIOUS_VERSION 3.3.7)
19
19
set (TA_INSTALL_EIGEN_URL_HASH b9e98a200d2455f06db9c661c5610496 )
20
20
set (TA_INSTALL_EIGEN_PREVIOUS_URL_HASH b9e98a200d2455f06db9c661c5610496 )
21
21
22
- set (TA_TRACKED_MADNESS_TAG 0c0b41e8490f53c62508fd0c8d918fb642488fc2 )
22
+ #set(TA_TRACKED_MADNESS_TAG 0c0b41e8490f53c62508fd0c8d918fb642488fc2)
23
+ set (TA_TRACKED_MADNESS_TAG 9c67bff73ee3943d8f22fd6f167ac7dd847a5c25 )
23
24
set (TA_TRACKED_MADNESS_PREVIOUS_TAG fb82aa568619b8ea11868e4015092dff12190f19 )
24
25
set (TA_TRACKED_MADNESS_VERSION 0.10.1 )
25
26
set (TA_TRACKED_MADNESS_PREVIOUS_VERSION 0.10.1 )
You can’t perform that action at this time.
0 commit comments