Closed rmustacc closed 10 years ago
Thanks for the patch! At this point, it seems it would make more sense to merge Linux, FreeBSD and SunOS under the same if
block. Maybe it would even be better to test for Windows and OS X, and use default options for all other OSes (which would probably work for OpenBSD and other Unix-like systems).
If others agree with this proposal, could you make a pull request to implement it (you can simply edit the file in Github to do that)?
Ok with that.
While trying to build openspecfun on SmartOS, I found that the build failed because it was missing information in Make.inc. Specifically it needs:
It'd be great if that could be added and the referenced dependency in julia refer to something with this fix. I can verify that this causes the build to work correctly. I can't comment on the broader use of this with julia, as that build is still a work in progress.