Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup doesn't recognize the command 'config_fc' #47

Closed
crvs opened this issue Jan 30, 2019 · 3 comments
Closed

setup doesn't recognize the command 'config_fc' #47

crvs opened this issue Jan 30, 2019 · 3 comments

Comments

@crvs
Copy link

crvs commented Jan 30, 2019

The current setup.py configuration seems to have broken config_fc command.

@repagh
Copy link
Member

repagh commented Feb 1, 2019

The build system now uses scikit-build

Specifying the Fortran compiler can be done by setting an environment variable FC
Linux/Mac: export FC=/path/to/my/fortran
Windows: set FC=C:\path\to\my\fortran.exe

Does that answer your question/solve your problem?

@crvs
Copy link
Author

crvs commented Feb 5, 2019

Thanks! it did compile like this and while there wasn't an error in the compilation it failed to load.
In the end I was able to compile it properly by checking out a previous release and compiling as the README suggests with the --arch="-march=x86-64" ... or something like that.
I guess that the README should be updated to mirror the changes then.

roryyorke added a commit that referenced this issue Apr 17, 2019
README.rst update for new buildsystem, issues #48, #47, #15
@roryyorke
Copy link
Collaborator

Fixed in #52

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

No branches or pull requests

3 participants