fbergmann / libSEDML

SED-ML library based on libSBML
BSD 2-Clause "Simplified" License
9 stars 12 forks source link

libsedml.so should depend on libnuml.so, libsedml-static.a should be built without -fPIC #155

Open yurivict opened 3 years ago

yurivict commented 3 years ago

Linking libnuml.a into libsedml.so is wrong, see https://github.com/NuML/NuML/issues/22

While building libsedml-static.a --fPICshouldn't be used.

fbergmann commented 3 years ago

we need to find a solution that involves all the libraries and does not break things for people. So i so solving this first for numl / libsbml in https://github.com/NuML/NuML/issues/22 would make most sense to me.