Skip to content
This repository has been archived by the owner on Mar 29, 2019. It is now read-only.

-m32 causes crash on arm processors #41

Open
ericksonla opened this issue Jun 21, 2017 · 3 comments
Open

-m32 causes crash on arm processors #41

ericksonla opened this issue Jun 21, 2017 · 3 comments

Comments

@ericksonla
Copy link

gfortran on arm processors doesn't like the -m32 flag. It causes 'gfortran: error: unrecognized command line option ‘-m32’'. I was able to solve it by commenting on the like in the Makefile where it is set, ARCHFLAG :=-m32.

@jowr
Copy link
Owner

jowr commented Jun 22, 2017

Good to hear that you solved it yourself. Would you be able to file a pull request that detects the architecture automatically?

@ericksonla
Copy link
Author

Unfortunately, I have no idea how to do that. My goal was mostly to have this information posted so that others could find it and solve it the same way if necessary. And, frankly, I'm going to forget and need to do it again in the future, so I wanted the info available for myself.

@ibell
Copy link
Contributor

ibell commented Nov 18, 2017

You might want to use https://github.com/usnistgov/REFPROP-cmake . There is a flag to set the bitness.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants