issues
search
sandialabs
/
compadre
Compadre (Compatible Particle Discretization and Remap)
Other
22
stars
6
forks
source link
Handle arm processors in setup.py for pycompadre
#296
Closed
kuberry
closed
1 year ago
kuberry
commented
1 year ago
Removes
-march=native
from
CMAKE_CXX_FLAGS
when building pycompadre on arm processors as this is not supported by apple-clang until at least 15.0
Changes logic on
CMAKE_CXX_STANDARD
to allow setting by users rather than by modifying CMakeLists.txt file
-march=native
fromCMAKE_CXX_FLAGS
when building pycompadre on arm processors as this is not supported by apple-clang until at least 15.0CMAKE_CXX_STANDARD
to allow setting by users rather than by modifying CMakeLists.txt file