Establish `api/` as the home for installed headers.
[alexxy/gromacs.git] / admin / gitlab-ci / gromacs.gitlab-ci.yml
index f5c9ea23ca64588048e3af5dc8b0740ae5a40c8e..a7ec874ed8a2cc6808fd309c80573f39377cfb59 100644 (file)
@@ -225,7 +225,7 @@ gromacs:gcc-7:configure:
   image: gromacs/cmake-3.13.0-gcc-7-amdopencl-clfft-openmpi-master
   variables:
     CMAKE_SIMD_OPTIONS: "-DGMX_SIMD=AVX2_256"
-    CMAKE_EXTRA_OPTIONS: "-DGMX_EXTERNAL_CLFFT=ON"
+    CMAKE_EXTRA_OPTIONS: "-DGMX_EXTERNAL_CLFFT=ON -DGMX_INSTALL_LEGACY_API=ON"
     COMPILER_MAJOR_VERSION: 7
 
 gromacs:gcc-8-cuda-11.0:configure: