Skip to content

Commit

Permalink
[ci] use verbose option to debug macos build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Nov 9, 2024
1 parent 4e0c672 commit 208c31d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_macos_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
cd pmcx/
python -m pip install --upgrade pip
pip install wheel setuptools
VERBOSE=1 pip wheel . -w ../dist/
VERBOSE=1 pip wheel . -w ../dist/ --verbose
ls ../dist/
cd ../
- name: Check If the Build Version Exists on PyPI
Expand Down
1 change: 1 addition & 0 deletions src/mcx_core.cu
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ This unit is written with CUDA-C and shall be compiled using nvcc in cuda-toolki
#define ZERO 0.f
#endif


#if defined(USE_XOROSHIRO128P_RAND)
#include "mcx_rand_xoroshiro128p.cu" //< Use USE_XOROSHIRO128P_RAND macro to enable xoroshiro128p+ RNG (XORSHIFT128P)
#elif defined(USE_POSIX_RAND)
Expand Down

0 comments on commit 208c31d

Please sign in to comment.