You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
simulacion-permeabilidad/script_install.sh

10 lines
239 B
Bash

python3 -m venv venv
source venv/bin/activate
export PETSC_CONFIGURE_OPTIONS="--download-fblaslapack --download-chaco --download-hdf5"
pip3 install -r requirements.txt
./script_fortran.sh
cd fftma_module/gen && python3 setup.py install