Skip to content

Commit

Permalink
sed fix
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Oct 26, 2024
1 parent e47cb66 commit 2500188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
wget --no-check-certificate https://framagit.org/simgrid/simgrid/-/archive/v3.36/simgrid-v3.36.tar.gz
tar -xf simgrid-v3.36.tar.gz
cd simgrid-v3.36
sed -i "s/gfortran/gfortran -L\/opt\/homebrew\/lib\//" CMakeLists.txt
sed -I "" "s/gfortran/gfortran -L\/opt\/homebrew\/lib\//" CMakeLists.txt
cmake -DCMAKE_LD_FLAGS=-L/opt/homebrew/lib/ .
make -j4
sudo make install
Expand Down

0 comments on commit 2500188

Please sign in to comment.