sys-bio / antimony

BSD 3-Clause "New" or "Revised" License
15 stars 4 forks source link

Check dependencies: multi-build on linux/mac #51

Open luciansmith opened 4 years ago

luciansmith commented 4 years ago

Kyle created this page:

https://github.com/sys-bio/tellurium/wiki/Notes-On-Building-Packages

which claims that you have to build Antimony multiple times for everything to work. He clarified that this happened with "multiple make jobs (-j4 etc.)".

Need to confirm this is still a problem, and, if so, how to fix it.

CiaranWelsh commented 4 years ago

Just a note: I built antimony yesterday and the build seems to work okay. I haven't actually used it yet though so perhaps there will be problems yet.

luciansmith commented 4 years ago

Thanks. I've built it myself on linux and mac, too, but not with the '-j4' option.

CiaranWelsh commented 4 years ago

Hmm interesting. I'm using '-j9' with GCC 10.1 and MSVC 2019, both of which build without problems.

luciansmith commented 4 years ago

Aha! Good to know; it might have been a problem earlier that is now working (whether with a CMake or Antimony update).