Skip to content

Commit

Permalink
aix: build libfmt-10.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Sep 14, 2023
1 parent 984d5be commit 5d304b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/aix-build-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ build_deps() {
wget https://github.com/fmtlib/fmt/archive/refs/tags/${v}.tar.gz -O - | tar -zxf -
mkdir -p build-fmt
cd build-fmt
cmake -DCMAKE_INSTALL_PREFIX="$HOME"/inst-fmt -DFMT_MODULE=ON -DFMT_DOC=OFF -DFMT_TEST=OFF ../fmt-$v/
cmake -DCMAKE_CXX_COMPILER=g++-11 -DCMAKE_COMPILER_IS_GNUCXX=0 \
-DCMAKE_INSTALL_PREFIX="$HOME"/inst-fmt \
-DFMT_DOC=OFF -DFMT_TEST=OFF \
../fmt-$v/
cmake --build .
cmake --install .
cd ..
Expand Down

0 comments on commit 5d304b0

Please sign in to comment.