Skip to content

Commit

Permalink
Update to boost 1.87.0 to be compatible with numpy 2 (#2003)
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx authored Feb 4, 2025
1 parent c2cd5ea commit df4f2a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
release:
types: [created]
# pull_request:
pull_request:
push:
branches:
- master
Expand Down
8 changes: 4 additions & 4 deletions create-env
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ conda install anaconda::openldap --yes
announce "Installing Boost"
cd ${target_dir}
rm -rf boost_*
wget -nv https://archives.boost.io/release/1.82.0/source/boost_1_82_0.tar.bz2
tar xjf boost_1_82_0.tar.bz2
rm -f boost_1_82_0.tar.bz2
cd boost_1_82_0
wget -nv https://archives.boost.io/release/1.87.0/source/boost_1_87_0.tar.bz2
tar xjf boost_1_87_0.tar.bz2
rm -f boost_1_87_0.tar.bz2
cd boost_1_87_0
./bootstrap.sh \
--prefix=${target_dir}/anaconda/envs/${env_name} --show-libraries \
--with-libraries=atomic,chrono,date_time,exception,filesystem,graph,iostreams,locale,log,math,program_options,random,regex,serialization,system,test,thread,timer,wave,python \
Expand Down

0 comments on commit df4f2a5

Please sign in to comment.