Re: How reconcile openmodelica-dvel & octave dependencies on sundials vs. sundials2

2018-06-20 Thread Adam Dershowitz
It took me a while to actually try this. But, it does seem to work fine. I would encourage someone to push this change to the port file. Thanks for creating this diff. --Adam > On Jun 6, 2018, at 1:20 AM, Ken Cunningham > wrote: > > Adam, Murray -- This small patch will patch the octave

Re: How reconcile openmodelica-dvel & octave dependencies on sundials vs. sundials2

2018-06-05 Thread Ken Cunningham
Adam, Murray -- This small patch will patch the octave Portfile to make sundials2 support a variant. If you want to install octave without sundials2 support (so you can use openmodelica which needs sundials) this should allow you to do that. The command is: sudo port -v install octave

Re: How reconcile openmodelica-dvel & octave dependencies on sundials vs. sundials2

2018-06-04 Thread Ken Cunningham
On 2018-06-04, at 8:22 AM, Adam Dershowitz wrote: >>> The odd thing is that octave 4.2.2 was working fine with sundials (which is >>> version 3.1.0_1) This doesn't seem too likely, unless Octave was ignoring sundials. Why don't you try deleting the sundials dependency in the Octave portfile

Re: How reconcile openmodelica-dvel & octave dependencies on sundials vs. sundials2

2018-06-04 Thread Adam Dershowitz
It looks like sundials (v3.) won’t work with Octave 4.4, only sundials2 (2.7): http://octave.1599824.n4.nabble.com/sundials-3-td4687354.html https://savannah.gnu.org/bugs/?52475 --Adam >

Re: How reconcile openmodelica-dvel & octave dependencies on sundials vs. sundials2

2018-06-04 Thread Ken Cunningham
Welcome to our world! How to fix this?... you could try using sundials in octave (change the dependency in the Portfile). Maybe sundials2 was just an oversight. If that works, come up with a variant. you could disable sundials in octave if you don't want or need it (again, maybe a variant).

Re: How reconcile openmodelica-dvel & octave dependencies on sundials vs. sundials2

2018-06-04 Thread Adam Dershowitz
I’m in the same situation (I have openmodelica-devel installed and want to upgrade octave). The odd thing is that octave 4.2.2 was working fine with sundials (which is version 3.1.0_1). But, the upgrade of octave to 4.4 requires the sundials2 port (2.7.0). So, somehow it seems that upgrading

Re: How reconcile openmodelica-dvel & octave dependencies on sundials vs. sundials2

2018-06-03 Thread Ken Cunningham
The two sundials ports don't have exactly identical file names, but there is too much overlap to try a simple naming trick for installing them both it appears. If one of the ports you want to install has a bundled copy of sundials that you can statically link in, you might get away with that

How reconcile openmodelica-dvel & octave dependencies on sundials vs. sundials2

2018-06-03 Thread Murray Eisenberg
The current octave (@4.4.0_2+accelerate+app+docs+gfortran+graphicsmagick+qt5+sound) epends on sundials2. openmodelica-dvel depends on sundials. And sundials cannot be installed because it conflicts with sundials2. Any way to resolve this? --- Murray Eisenberg