Skip to content

Commit

Permalink
Update bootstrap.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Noam-Elisha authored Dec 19, 2024
1 parent d09c556 commit 75235d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ mkdir build; cd build
cmake ..
make -j 16
cd ../..
export PATH=/$PWD/dakota-6.15.0/build/src:$PATH
export PATH=$PWD/dakota-6.15.0/build/src:$PATH
alias python3=python3.9

sudo apt-get install -y cmake liblapack-dev libomp-dev libssl-dev apt-transport-https ca-certificates wget
Expand Down

0 comments on commit 75235d0

Please sign in to comment.