Skip to content

Commit 295ef25

Browse files
authored
Merge pull request #9769 from hppritcha/topic/lanl_ci_move_to_oneapi
lanl-ci: move to intel oneapi compilers
2 parents 2e596ee + 2001b5e commit 295ef25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/lanl/gitlab-darwin-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build:intel:
1616
- cp $GITSUBMODULEPATCH .gitmodules
1717
- git submodule update --init
1818
- ./autogen.pl
19-
- ./configure CC=icc FC=ifort CXX=icpc --prefix=$PWD/install_test --with-libevent=internal
19+
- ./configure CC=icx FC=ifx CXX=icpx --prefix=$PWD/install_test --with-libevent=internal
2020
- make -j 8 install
2121
- make check
2222
- export PATH=$PWD/install_test/bin:$PATH

0 commit comments

Comments
 (0)