dftlibs / xcfun

XCFun: A library of exchange-correlation functionals with arbitrary-order derivatives
https://dftlibs.org/xcfun/
Mozilla Public License 2.0
58 stars 32 forks source link

`-m64` not recognized on the raspberry pi 3 #107

Closed ilfreddy closed 4 years ago

ilfreddy commented 4 years ago

I acknowledge this is most likely not the most pressing issue, but it seems the -m64 flag is not working on the raspberry pi 3. Once I remove it I manage to compile XCFun :-)

robertodr commented 4 years ago

Indeed it's in the i386 and AMD x86-64 class of options to GCC. I am unsure what exactly that flag is supposed to accomplish, so it's highly likely safe to remove. Can you open a PR?

bast commented 4 years ago

+1. If the CI pipeline does not complain, I would merge this. Later if somebody really needs this, we will find out by another issue.