Skip to content

Commit

Permalink
More debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed Sep 5, 2024
1 parent 5c8a8c4 commit 2962b94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Build and install Arbor using pip + build flags
run: |
source ~/env/bin/activate
CMAKE_ARGS="-DARB_VECTORIZE=ON -DARB_ARCH=native" pip install .
CMAKE_ARGS="-DARB_VECTORIZE=ON -DARB_ARCH=native" pip -vvv install .
- name: Check that build flags match
run: |
source ~/env/bin/activate
Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ CPMAddPackage(NAME units
GITHUB_REPOSITORY llnl/units
VERSION 0.9.1
OPTIONS "CMAKE_PROJECT_NAME UNITS"
"UNITS_INSTALL ON"
"UNITS_BUILD_STATIC_LIBRARY ON"
"UNITS_ENABLE_TESTS OFF"
"UNITS_BUILD_CONVERTER_APP OFF"
Expand Down

0 comments on commit 2962b94

Please sign in to comment.