Skip to content

Commit

Permalink
FIX: Change order of make (untested)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmasthay committed May 29, 2024
1 parent 2768888 commit 9a2fbce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ubuntu-22.04-build.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# This script is used to build Madagascar on Ubuntu 22.04

# Configure Madagascar
./configure --prefix=/home/tyler/Software/Madagascar CC=$(which gcc) CXX=$(which g++) CAIROPATH=/home/tyler/Software/Madagascar/include/cairo FFMPEGPATH=/home/tyler/Software/Madagascar/include/libavcodec CPPPATH=/home/tyler/Software/Madagascar/include LIBPATH=/home/tyler/Software/Madagascar/lib BLAS=openblas

# Update timestamp of all files in dist/ubuntu-22.04
# so that make will not rebuild them.
find dist/ubuntu-22.04 -type f -exec touch {} \;

# Configure Madagascar
./configure --prefix=/home/tyler/Software/Madagascar CC=$(which gcc) CXX=$(which g++) CAIROPATH=/home/tyler/Software/Madagascar/include/cairo FFMPEGPATH=/home/tyler/Software/Madagascar/include/libavcodec CPPPATH=/home/tyler/Software/Madagascar/include LIBPATH=/home/tyler/Software/Madagascar/lib BLAS=openblas

# Build binaries (should not rebuild!)
make -j 12
Expand Down

0 comments on commit 9a2fbce

Please sign in to comment.