Skip to content

Commit

Permalink
TPL: Another try at faodwl; use system boost
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Aug 10, 2023
1 parent dad919b commit 2bab48c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_variant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install System dependencies
shell: bash -l {0}
run: sudo apt update && sudo apt install -y libaec-dev zlib1g-dev automake autoconf libcurl4-openssl-dev libjpeg-dev wget curl bzip2 m4 flex bison cmake libzip-dev openmpi-bin libopenmpi-dev
run: sudo apt update && sudo apt install -y libaec-dev zlib1g-dev automake autoconf libcurl4-openssl-dev libjpeg-dev wget curl bzip2 m4 flex bison cmake libzip-dev openmpi-bin libopenmpi-dev boost

###
# Installing TPL
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:

- name: Install System dependencies
shell: bash -l {0}
run: sudo apt update && sudo apt install -y libaec-dev zlib1g-dev automake autoconf libcurl4-openssl-dev libjpeg-dev wget curl bzip2 m4 flex bison cmake libzip-dev openmpi-bin libopenmpi-dev
run: sudo apt update && sudo apt install -y libaec-dev zlib1g-dev automake autoconf libcurl4-openssl-dev libjpeg-dev wget curl bzip2 m4 flex bison cmake libzip-dev openmpi-bin libopenmpi-dev boost

- name: Fetch TPL Cache
id: cache-TPL
Expand Down
3 changes: 0 additions & 3 deletions TPL/faodel/runcmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@ fi
INSTALL_PATH=${INSTALL_PATH:-${ACCESS}}
. ${ACCESS}/TPL/compiler.sh

BOOST_ROOT=${BOOST_ROOT:-${INSTALL_PATH}}
if [ "X$BOOST_ROOT" == "X" ] ; then
BOOST_ROOT=$(cd ../../../..; pwd)
echo "Faodel requires these Boost packages: atomic log log_setup serialization"
echo "Please set BOOST_ROOT."
exit 0
fi

rm -f CMakeCache.txt
Expand Down
2 changes: 1 addition & 1 deletion install-tpl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ H5VERSION=${H5VERSION:-V114}
FAODEL=${FAODEL:-NO}
FAODEL=$(check_valid FAODEL)

BOOST=${BOOST:-${FAODEL}}
BOOST=${BOOST:-NO}
BOOST=$(check_valid BOOST)

ADIOS2=${ADIOS2:-NO}
Expand Down

0 comments on commit 2bab48c

Please sign in to comment.