Skip to content
Snippets Groups Projects
Commit c0a56cfd authored by Mulas, Giacomo's avatar Mulas, Giacomo
Browse files

- make sure on pipeline the codes are built without cublas

parent 4ade768e
No related branches found
No related tags found
No related merge requests found
...@@ -154,7 +154,7 @@ building_stage: ...@@ -154,7 +154,7 @@ building_stage:
- cat /etc/os-release - cat /etc/os-release
- cd build - cd build
- echo "Configuring with default compilers (MAGMA disabled)..." - echo "Configuring with default compilers (MAGMA disabled)..."
- ./configure --without-magma --disable-offload --enable-refinement - ./configure --without-magma --without-cublas --disable-offload --enable-refinement
- make clean - make clean
- echo "Building the default configuration..." - echo "Building the default configuration..."
- make -j - make -j
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment