Skip to content

Commit d479def

Browse files
committed
Enable NLopt in CI/CD pipelines
1 parent b7de8eb commit d479def

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitlab-ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ style:
4747
- cd build
4848
- cp ../style.patch .
4949
- cp ../maintainer/configs/maxset.hpp myconfig.hpp
50-
- cmake .. -D ESPRESSO_BUILD_WITH_CUDA=ON -D ESPRESSO_BUILD_WITH_FFTW=ON -D ESPRESSO_BUILD_WITH_GSL=ON -D ESPRESSO_BUILD_WITH_HDF5=ON -D ESPRESSO_BUILD_WITH_SCAFACOS=ON -D ESPRESSO_BUILD_WITH_WALBERLA=ON -D ESPRESSO_BUILD_WITH_STOKESIAN_DYNAMICS=ON -D ESPRESSO_BUILD_WITH_CALIPER=ON -D ESPRESSO_BUILD_WITH_FPE=ON -D ESPRESSO_BUILD_WITH_SHARED_MEMORY_PARALLELISM=ON
50+
- cmake .. -D ESPRESSO_BUILD_WITH_CUDA=ON -D ESPRESSO_BUILD_WITH_FFTW=ON -D ESPRESSO_BUILD_WITH_GSL=ON -D ESPRESSO_BUILD_WITH_HDF5=ON -D ESPRESSO_BUILD_WITH_SCAFACOS=ON -D ESPRESSO_BUILD_WITH_WALBERLA=ON -D ESPRESSO_BUILD_WITH_STOKESIAN_DYNAMICS=ON -D ESPRESSO_BUILD_WITH_CALIPER=ON -D ESPRESSO_BUILD_WITH_FPE=ON -D ESPRESSO_BUILD_WITH_SHARED_MEMORY_PARALLELISM=ON -D ESPRESSO_BUILD_WITH_NLOPT=ON
5151
- sh ../maintainer/CI/dox_warnings.sh
5252
tags:
5353
- espresso
@@ -73,6 +73,7 @@ default:
7373
with_scafacos: 'true'
7474
with_walberla: 'true'
7575
with_stokesian_dynamics: 'true'
76+
with_nlopt: 'true'
7677
check_skip_long: 'true'
7778
script:
7879
- bash maintainer/CI/build_cmake.sh
@@ -94,6 +95,7 @@ maxset:
9495
with_scafacos: 'true'
9596
with_walberla: 'true'
9697
with_stokesian_dynamics: 'true'
98+
with_nlopt: 'true'
9799
with_caliper: 'true'
98100
check_skip_long: 'true'
99101
cmake_params: '-D CMAKE_CXX_STANDARD=23 -D CMAKE_CXX_EXTENSIONS=OFF -D ESPRESSO_TEST_NP=8'
@@ -145,6 +147,7 @@ clang-sanitizer:
145147
with_walberla: 'true'
146148
with_stokesian_dynamics: 'true'
147149
with_shared_memory_parallelism: 'true'
150+
with_nlopt: 'true'
148151
with_coverage: 'false'
149152
with_coverage_python: 'false'
150153
script:
@@ -168,6 +171,7 @@ fast_math:
168171
with_scafacos: 'false'
169172
with_stokesian_dynamics: 'true'
170173
with_fast_math: 'true'
174+
with_nlopt: 'true'
171175
script:
172176
- bash maintainer/CI/build_cmake.sh
173177
tags:
@@ -190,6 +194,7 @@ cuda12-coverage:
190194
with_walberla: 'true'
191195
with_stokesian_dynamics: 'true'
192196
with_shared_memory_parallelism: 'true'
197+
with_nlopt: 'true'
193198
script:
194199
- bash maintainer/CI/build_cmake.sh
195200
timeout: 90m
@@ -363,6 +368,7 @@ installation:
363368
with_walberla_avx: 'true'
364369
with_stokesian_dynamics: 'true'
365370
with_shared_memory_parallelism: 'true'
371+
with_nlopt: 'true'
366372
srcdir: '${CI_PROJECT_DIR}'
367373
build_type: 'Release'
368374
script:

0 commit comments

Comments
 (0)