#39327: New portfile for ITSOL: ITerative linear SOLvers ----------------------------+-------------------------------- Reporter: kingcrimson@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: itsol-2.0.0 | ----------------------------+-------------------------------- Comment (by michaelld@…): I'm getting closer to having this port working; hopefully tomorrow. It's really not designed to build on OSX nor play nicely with MacPorts; it's not too difficult to coerce it into doing so (and, your help was a good starting point). That said, there are parts of this code which aren't really ready for prime time -- multiple definitions of a specific function in different files (e.g., lofC, add2is, add2com, indsetC, weightsC); maybe some of these are supposed to be static? The reason I'm getting these issues is because I'm creating a shared library version, which has more strict requirements than a static library. I haven't even gotten to the point of trying tests, and I certainly will do those to make sure these libraries work. In order to do a shared library, I have to add +atlas and +accelerate, much like with octave; which is just fine, since if the new octave uses this project then they will have similar requirements. +g95 works just fine, btw, at least for me. -- Ticket URL: <https://trac.macports.org/ticket/39327#comment:11> MacPorts <http://www.macports.org/> Ports system for OS X