-
Notifications
You must be signed in to change notification settings - Fork 100
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
build script="make all" no longer works #341
Comments
Are you using the Haskell (fpm-haskell-0.1.3*) or Fortran (fpm-0.1.3*) client? This is not yet implemented in the latter. |
Hello @MarkWieczorek, note the Executables for the Haskell version can be found in the assets section of the latest release. A specification for the |
I'm using the Fortran client. Should the Haskell version be the default? or is the plan to make the Fortran version the default? So, I am guessing the answer is: Check back later That's fine with me. However, I just want to emphasize that if you want old, or complicated projects to work with fpm, eventually, you will need to pass environment variables to the makefile! |
The Fortran version is (and will remain) the default. The build script is just one of the features which hasn't been implemented yet in the Fortran version. |
Thanks for the feedback @MarkWieczorek. Support for a custom build script is one of two (big) priority items remaining in our milestone . I'll close this issue as a duplicate of #219. |
About a year ago, I was able to compile of complex project of mine using a pre-existing Makefile. After finding out about the environment variables
$BUILD_DIR
and$FC
, this was pretty easy, I only needed to specify the following:However, I just updated to the latest alpha version (0.1.3), and this does't seem to work anymore: the makefile is not being executed and instead fpm is trying to compile the file in the src directory.
Is there a way to specify using a prexisting makefile, or a way pass optional variables to the Makefile?
The text was updated successfully, but these errors were encountered: