Skip to content
Snippets Groups Projects
Verified Commit a710b41a authored by Paul Dechamps's avatar Paul Dechamps :speech_balloon:
Browse files

(pip) Update before installing pip

parent fa84f47c
No related branches found
No related tags found
1 merge request!1BLASTER v1.0
Pipeline #19856 failed
default: default:
image: pdechamps/blaster:v1 image: rboman/waves-py3:2020.3
before_script: before_script:
- apt-get update -y
- apt-get install -y python3-pip
- python3 -m pip install scipy==1.11.3 --user
- source /opt/intel/mkl/bin/mklvars.sh intel64 - source /opt/intel/mkl/bin/mklvars.sh intel64
- source /opt/intel/tbb/bin/tbbvars.sh intel64 - source /opt/intel/tbb/bin/tbbvars.sh intel64
- echo $(nproc) - echo $(nproc)
- printenv | sort - printenv | sort
- apt-get install pip
.global_tag: &global_tag_def .global_tag: &global_tag_def
tags: tags:
...@@ -29,7 +33,7 @@ build: ...@@ -29,7 +33,7 @@ build:
- rm -rf build workspace - rm -rf build workspace
- mkdir build - mkdir build
- cd build - cd build
- cmake -DUSE_MKL=False -Wno-dev .. - cmake -Wno-dev ..
- make -j 8 - make -j 8
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment