Commit 39527eeb authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Use make wipe targets to imply complete build clean-up operations

parent ef9e5a3d
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ compatibility_stage:
      - cd build_gnu11
      - cp -r ../build/* .
      - CXX=g++-11 F77=gfortran-11 ./configure
      - make clean
      - make wipe
      - make -j
      - echo "Running make with gnu compilers version 12..."
      - cd ..
@@ -57,7 +57,7 @@ compatibility_stage:
      - cd build_gnu12
      - cp -r ../build/* .
      - CXX=g++-12 F77=gfortran-12 ./configure
      - make clean
      - make wipe
      - make -j
      - echo "Running make with gnu compilers version 13..."
      - cd ..
@@ -66,7 +66,7 @@ compatibility_stage:
      - cd build_gnu13
      - cp -r ../build/* .
      - CXX=g++-13 F77=gfortran-13 ./configure
      - make clean
      - make wipe
      - make -j
      - echo "Running make with gnu compilers version 14..."
      - cd ..
@@ -75,7 +75,7 @@ compatibility_stage:
      - cd build_gnu14
      - cp -r ../build/* .
      - CXX=g++-14 F77=gfortran-14 ./configure
      - make clean
      - make wipe
      - make -j
      - echo "Running make with refinement with gnu compilers version 14..."
      - cd ..
@@ -84,7 +84,7 @@ compatibility_stage:
      - cd build_gnu14_refine
      - cp -r ../build/* .
      - CXX=g++-14 F77=gfortran-14 ./configure --enable-refinement
      - make clean
      - make wipe
      - make -j
      - echo "Running make with flang version 16 and clang version 16..."
      - cd ..
@@ -93,7 +93,7 @@ compatibility_stage:
      - cd build_clang16
      - cp -r ../build/* .
      - CXX=clang++-16 F77=flang-new-16 ./configure --with-fflags="-O3" --with-include="-I/usr/include/c++/13 -I/usr/include/x86_64-linux-gnu/c++/13" --with-ldflags="-L/usr/lib/llvm-16/lib -L/usr/lib/gcc/x86_64-linux-gnu/13" --disable-openmp
      - make clean
      - make wipe
      - make -j
      - echo "Running make with flang version 17 and clang version 17..."
      - cd ..
@@ -102,7 +102,7 @@ compatibility_stage:
      - cd build_clang17
      - cp -r ../build/* .
      - CXX=clang++-17 F77=flang-new-17 ./configure --with-fflags="-O3" --with-include="-I/usr/include/c++/13 -I/usr/include/x86_64-linux-gnu/c++/13" --with-ldflags="-L/usr/lib/llvm-17/lib -L/usr/lib/gcc/x86_64-linux-gnu/13"  --disable-openmp
      - make clean
      - make wipe
      - make -j
      #- echo "Running make with Intel ifort and Intel icpx..."
      - cd ..
@@ -113,7 +113,7 @@ compatibility_stage:
      #- export LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/latest/lib
      #- export PATH=/opt/intel/oneapi/compiler/latest/bin:$PATH
      #- CXX=icpx F77=ifort ./configure --with-fflags="-O3 -diag-disable=10448" --disable-openmp
      #- make clean
      #- make wipe
      #- make -j
      - echo "Running make with Intel ifx and Intel icpx..."
      #- cd ..
@@ -124,7 +124,7 @@ compatibility_stage:
      - export LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/latest/lib
      - export PATH=/opt/intel/oneapi/compiler/latest/bin:$PATH
      - CXX=icpx F77=ifx ./configure --with-fflags="-O3" --disable-openmp
      - make clean
      - make wipe
      - make -j
   
building_stage:
@@ -155,7 +155,7 @@ building_stage:
      - cd build
      - echo "Configuring with default compilers (MAGMA disabled)..."
      - ./configure --without-magma --without-cublas --disable-offload --enable-refinement
      - make clean
      - make wipe
      - echo "Building the default configuration..."
      - make -j
      - echo "Building the documentation..."