summaryrefslogtreecommitdiff
path: root/science/silo (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix plist/installation for WITH_PYTHON caseDmitry Marakasov2008-10-302-2/+1
| | | | | | | Submitted by: maintainer via private email Notes: svn path=/head/; revision=222230
* - Update to 4.6.2Dmitry Marakasov2008-10-293-4/+7
| | | | | | | | | | - Hide the regression-test under a MAINTAINER_MODE since skipped checks appear as failures PR: 128447 Submitted by: "Pedro F. Giffuni" <giffunip at tutopia dot com> (maintainer) Notes: svn path=/head/; revision=222209
* - Cleanup the Makefile OPTIONS and correct some typos.Felippe de Meirelles Motta2008-10-191-5/+4
| | | | | | | | | | | - This is in order to prepare for the update (which currently fails some regression tests). - No functional change. PR: ports/127099 Submitted by: Pedro F. Giffuni <giffunip@tutopia.com> (maintainer) Notes: svn path=/head/; revision=221798
* science/silo add NO_LATEST_LINKEdwin Groothuis2008-08-181-2/+3
| | | | | | | | | | | | | - This port is unrelated with x11/silo so I suppose NO_LATEST_LINK is relevant. - While here, remove the unnecessary $LOCALBASE includes in CPPFLAGS/LDFLAGS for the configure environment. PR: ports/126614 Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com> Notes: svn path=/head/; revision=218748
* - Fix buildBeech Rintoul2008-07-262-1/+12
| | | | | | | Submitted by: Pedro Giffuni <pfgshield-freebsd@yahoo.com> (maintainer) Notes: svn path=/head/; revision=217540
* - Fix plistBeech Rintoul2008-07-242-29/+15
| | | | | | | | | | - Remove options Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> (maintainer) Reported by: pointyhat via pav Notes: svn path=/head/; revision=217430
* - Turn off the python module as it causes breakage in the build cluster.Beech Rintoul2008-07-222-7/+8
| | | | | | | | | | | | - While here, rename the BROWSER option to SILEXB to avoid confusion. - No version bump since no package has been built. PR: ports/125846 Submitted by: Pedro F. Giffuni <giffunip@tutopia.com> (maintainer) Reported by: pointyhat via erwin Notes: svn path=/head/; revision=217269
* - New port silo-4.6.1Beech Rintoul2008-07-205-0/+132
A mesh and field I/O library and scientific database Silo is a library for reading and writing a wide variety of scientific data to binary, disk files. The files Silo produces and the data within them can be easily shared and exchanged between wholly independently developed applications running on disparate computing platforms. Consequently, Silo facilitates the development of general purpose tools for processing scientific data. One of the more popular tools that process Silo data files is the VisIt visualization tool. Silo supports gridless (point) meshes, structured meshes, unstructured-zoo and unstructured-arbitrary-polyhedral meshes, block structured AMR meshes, constructive solid geometry (CSG) meshes, piecewise-constant (e.g. zone-centered) and piecewise-linear (e.g. node-centered) variables defined on the node, edge, face or volume elements of meshes as well as the decomposition of meshes into arbitrary subset hierarchies including materials and mixing materials. In addition, Silo supports a wide variety of other useful objects to address various scientific computing application needs.Although the Silo library is a serial library, it has some key features which enable it to be applied quite effectively and scalably in parallel. PR: ports/125725 Submitted by: Pedro F. Giffuni <giffunip at tutopia.com> Notes: svn path=/head/; revision=217227