Replies: 6 comments 5 replies
-
The two versions differ in this respect. The Fortran version defaults to generating all the default directories as per the output from fpm help new or all the help text at once with fpm help manual But the original version had in mind that the most common usage case envisioned was for building modules and libraries so it defaults to |
Beta Was this translation helpful? Give feedback.
-
To help guide any feedback on this topic, consideration is being given to adding two more directories -- examples/ and benchmarks/ or something close to that. So if |
Beta Was this translation helpful? Give feedback.
-
Some new users seem to be using both versions; and the differences available give an opportunity to compare different methods but also seem to be a point of confusion. I now think that as the Fortran version is developing rapidly and will hopefully address the issues with custom compiler and load options (that are my primary reasons for switching back to the bootstrap version myself) that the differences do not have to be resolved; but since the Fortran version can easily boot itself now ( I use a single-file version to start it up on a machine with nothing on it but git and gfortran with no problem) that it is time for them to be available independently (or nearly is) so I personally have changed my mind about trying to resolve the differences at this point.
Might be missing some opportunities to get good feedback from those trying both but there are only so many hours in the day.
… On 12/10/2020 9:52 PM Milan Curcic ***@***.***> wrote:
I don't know if GitHub Discussions have a poll option, but Discourse does. We did polls there in the past.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub #282 (reply in thread) , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHDWN3MUCPOLAC6VO7OZEG3SUGCP3ANCNFSM4USYA4GA .
|
Beta Was this translation helpful? Give feedback.
-
Hello. I was able to reuse code with fpm, although in my particular use case I think the copy-paste approach is better.
|
Beta Was this translation helpful? Give feedback.
-
Thanks! Even with a short exercise there are advantages to fpm. In less than a minute I could pull your work and run your test with three compilers.
That might not be an advantage to you yet; but that made a relatively complex process very simple for someone you might be collaborating with or that you want to share your code with. As the number of packages grows there will be other benefits. What if you wanted to add command line arguments, pull your data from an SQLite file, ... So the advantages might seem small at this point (not having to directly work with compiler options or make(1) or Cmake(1) or ... ) but they can quickly grow substantial. Thanks so much for trying |
Beta Was this translation helpful? Give feedback.
-
Well, I'm at the tail end of a long line of people contributing to |
Beta Was this translation helpful? Give feedback.
-
Hi.
fpm-v0.1.2-windows-x86_64 works as expected.
fpm-bootstrap-v0.1.2-windows-x86_64 doesn't create subdirectories.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions