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

Gfortran options don't build properly #33

Open
espoelstra opened this issue Jun 10, 2020 · 0 comments
Open

Gfortran options don't build properly #33

espoelstra opened this issue Jun 10, 2020 · 0 comments

Comments

@espoelstra
Copy link

The -fno-underscoring seems to cause a consistent failure when trying to build in an Ubuntu Docker container pretty much regardless of version (tested on several versions).

The hardcoded /opt/local/ paths also don't work under Debian/Ubuntu distributions, which I've worked around by doing a just in time sed to replace the full paths with just the executable name assuming they were installed in the $PATH by a package manager or the user adding those directories to the PATH manually.

Since libjasper-devel doesn't exist in Ubuntu versions newer than 16.04, it is also useful to grab the source tarball and compile that instead of polluting a newer distribution with a potentially incompatible package with invalid bindings. See #32 for the workarounds, which could possibly just be applied to the arch/user_build_options.gfortran.serial file if someone is able to test them on more distributions (should be easy enough using the Dockerfile and arguments in the README).

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

1 participant