File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ variables:
19
19
${BLA_VENDOR}
20
20
${BLA_THREADS}
21
21
${TA_SCALAPACK}
22
+ TA_TRACKED_MADNESS_URL=/root/github/madness
22
23
23
24
before_script :
24
25
# NB: if CMAKE_BUILD_PARALLEL_LEVEL is not set (i.e. using shared runner), use 1 to ensure we have enough memory
@@ -33,6 +34,8 @@ before_script:
33
34
- ccache -p
34
35
# zero out the ccache statistics
35
36
- ccache -z
37
+ # update local copy of GH:madness
38
+ - git fetch /root/github/madness
36
39
37
40
ubuntu :
38
41
stage : build
Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ if (NOT TARGET MADworld)
47
47
include (FetchContent)
48
48
FetchContent_Declare(
49
49
MADNESS
50
- GIT_REPOSITORY https://github.com/m-a-d-n-e-s-s/madness.git
50
+ GIT_REPOSITORY " ${TA_TRACKED_MADNESS_URL} "
51
51
GIT_TAG ${TA_TRACKED_MADNESS_TAG}
52
- GIT_PROGRESS TRUE
52
+ GIT_PROGRESS TRUE
53
53
)
54
54
FetchContent_MakeAvailable(MADNESS)
55
55
FetchContent_GetProperties(MADNESS
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ set(TA_INSTALL_EIGEN_PREVIOUS_VERSION 3.3.7)
11
11
set (TA_INSTALL_EIGEN_URL_HASH SHA256=b4c198460eba6f28d34894e3a5710998818515104d6e74e5cc331ce31e46e626)
12
12
set (TA_INSTALL_EIGEN_PREVIOUS_URL_HASH MD5=b9e98a200d2455f06db9c661c5610496)
13
13
14
- set (TA_TRACKED_MADNESS_TAG bd84a52766ab497dedc2f15f2162fb0eb7ec4653)
14
+ set (TA_TRACKED_MADNESS_URL https://github.com/m-a-d-n-e-s-s/madness.git CACHE STRING "GIT_REPOSITORY for cloning MADNESS source" )
15
+ set (TA_TRACKED_MADNESS_TAG bd84a52766ab497dedc2f15f2162fb0eb7ec4653 CACHE STRING "GIT_TAG (branch or hash) for cloning MADNESS" )
15
16
set (TA_TRACKED_MADNESS_PREVIOUS_TAG ef97ad1f0080da04f9592f03185c1a331cd5e001)
16
17
set (TA_TRACKED_MADNESS_VERSION 0.10.1)
17
18
set (TA_TRACKED_MADNESS_PREVIOUS_VERSION 0.10.1)
You can’t perform that action at this time.
0 commit comments