Opened 11 years ago
Closed 11 years ago
#39338 closed request (duplicate)
Port for SUNDIALS solvers
Reported by: | dershow | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | ||
Port: |
Description
SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers) is a series of solvers released by Lawrence Livermore National Labs. Details are available here: http://computation.llnl.gov/casc/sundials/main.html
I downloaded the suite of five solvers and ran ./configure F77=/opt/local/bin/g95
make and they seemed to build just fine. But, I am not sure how to create a port file because the download of sundials-2.5.0.tar.gz required entering an email address and name. So, I believe it would be necessary to host a mirror on macports. The code is released under a BSD license.
Change History (4)
comment:1 Changed 11 years ago by cooljeanius (Eric Gallager)
comment:2 Changed 11 years ago by dershow
It looks like this code is opensource, and released under BSD. The agreement allows redistribution of the source code. So, I would think that it is possible to put a mirror on macports. But, for now, I will see about building a port file, as you suggested.
comment:3 Changed 11 years ago by martin@…
comment:4 Changed 11 years ago by larryv (Lawrence Velázquez)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
I’m going to close this as a duplicate. Adam, if you could use #35342 to communicate further progress on development of the port, that would be great.
Check how geoexpress-sdk does it if you really want to do it this way. Although I'm not too sure we should encourage too many more packages that require manually downloading stuff though...