Closed staticfloat closed 8 years ago
This creates the properly named/versioned shared libraries (e.g. libopenspecfun.2.1.dylib on OSX, libopenspecfun.so.2.1 on Linux, and just libopenspecfun.dll on Windows).
libopenspecfun.2.1.dylib
libopenspecfun.so.2.1
libopenspecfun.dll
Please merge when you need to.
Thanks Viral. I'm going to add this and the openlibm change to my Julia versioning PR so that all three are versioning properly.
This creates the properly named/versioned shared libraries (e.g.
libopenspecfun.2.1.dylib
on OSX,libopenspecfun.so.2.1
on Linux, and justlibopenspecfun.dll
on Windows).