Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Removed the rebuild call
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Feb 13, 2024
1 parent 7920d41 commit c0d8489
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildscripts/build_negishi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ module load conda-env/mintongroup-py3.9.13
module load netcdf-fortran/intel-oneapi/4.6.1
module load shtools/intel-oneapi/4.11.10
cmake -P distclean.cmake
pip install --config-settings=editable.rebuild=true \
--config-settings=build-dir="build" \
pip install --config-settings=build-dir="build" \
--config-settings=cmake.build-type="${BUILD_TYPE}" \
--config-settings=cmake.args="-DUSE_SIMD=ON" \
--config-settings=cmake.args="-DUSE_OPENMP=ON" \
Expand Down

0 comments on commit c0d8489

Please sign in to comment.