MatteoLacki / IsoSpec

Libraries for fine isotopic structure calculator.
Other
35 stars 10 forks source link

This is not an issue, but a suggestion #28

Closed lopippo closed 4 years ago

lopippo commented 5 years ago

Greetings,

I have successfully integrated Isospec functionalities in my msXpertSuite software. I build MacOSX ports of all my software and I thus need to build libIsoSpec++ under my macport environment.

The following Makefile target works fine (build and link and executable linking to the share lib all work):

macports: \tab$(CXX) $(CXXFLAGS) $(OPTFLAGS) unity-build.cpp -fPIC -dynamiclib -o /opt/local/lib/libIsoSpec++.dylib

In order to make the software more portable and to give hints to potential Mac users, would you like to add that target to the IsoSpec++ Makefile?

Cheers, Filippo

PS I guess -fPIC is not required. But it does no harm.

michalsta commented 4 years ago

Seems obsolete with the new cmake build system