File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ build:intel:
12
12
tags : [darwin-slurm-shared]
13
13
script :
14
14
- module load intel
15
+ - rm .gitmodules
16
+ - cp $GITSUBMODULEPATCH .gitmodules
17
+ - git submodule update --init
15
18
- ./autogen.pl
16
19
- ./configure CC=icc FC=ifort CXX=icpc --prefix=$PWD/install_test --with-libevent=internal
17
20
- make -j 8 install
@@ -34,6 +37,9 @@ build:ibm:
34
37
SCHEDULER_PARAMETERS : " -ppower9 -t 2:00:00 -N 1 --ntasks-per-node=16"
35
38
script :
36
39
- module load ibm
40
+ - rm .gitmodules
41
+ - cp $GITSUBMODULEPATCH .gitmodules
42
+ - git submodule update --init
37
43
- ./autogen.pl
38
44
- ./configure CC=xlc FC=xlf CXX=xlc++ --prefix=$PWD/install_test --with-libevent=internal
39
45
- make -j 8 install
@@ -56,6 +62,9 @@ build:amd:
56
62
SCHEDULER_PARAMETERS : " -pamd-rome -t 2:00:00 -N 1 --ntasks-per-node=16"
57
63
script :
58
64
- module load aocc/3.0.0
65
+ - rm .gitmodules
66
+ - cp $GITSUBMODULEPATCH .gitmodules
67
+ - git submodule update --init
59
68
- ./autogen.pl
60
69
- ./configure CC=clang FC=flang CXX=clang++ --prefix=$PWD/install_test --with-libevent=internal
61
70
- make -j 8 install
@@ -76,6 +85,9 @@ build:gnu:
76
85
tags : [darwin-slurm-shared]
77
86
script :
78
87
- module load gcc
88
+ - rm .gitmodules
89
+ - cp $GITSUBMODULEPATCH .gitmodules
90
+ - git submodule update --init
79
91
- ./autogen.pl
80
92
- ./configure --prefix=$PWD/install_test --with-libevent=internal
81
93
- make -j 8 install
You can’t perform that action at this time.
0 commit comments