aboutsummaryrefslogtreecommitdiff
path: root/science/libint
Commit message (Collapse)AuthorAgeFilesLines
* - Update to version 1.1.6Alexey Dokuchaev2015-10-243-11/+44
| | | | | | | | | | | - Define LICENSE (GPLv2) - Project had moved to GitHub - Clean up Makefile a bit PR: 201267 Notes: svn path=/head/; revision=400133
* science: Fix mpqc, libint and unbreak ghemical, and libghemical atomicallyJohn Marino2014-09-252-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | science/ghemical would not link because libghemical.so (from science/ libghemical port) had never been properly linked. Links to all mpqc "SC" libraries were added to LDFLAGS to rectify this. The configure breakage and solution is described below. After the version of lang/gcc was bumped from 4.7 to 4.8, science/libghemical ceased to configure and it was marked broken. After recreating the conftest, it was discovered that two versions incompatible versions of libgcc_s.so were getting pulled in by the realtime linker: the base version and the gcc48 ports version. The base version was getting pulled in by science/libint. To unbreak libghemical, libint is now built with lang/gcc. It was necessary to force libtool to link with LDFLAGS that Mk/bsd.gcc.mk sets so that the runpaths match across libraries used by libghemical. When science/mpqc was staged, it utilized libtool which renumbered all the library versions from 8.0.1 to 7.1.0. This was caused by the age component being greater than 0. By patching configure.in with a new version, we can generate major SHLIB of 8 again. While here, fix the bin/sc-config tool to remove a bad include cflag. With this fixes, science/ghemical builds successfully. Bump all 4 of these ports, remove any BROKEN designation and remove redundant @dirrm in pkg-plist Notes: svn path=/head/; revision=369236
* - StagifyDmitry Marakasov2014-08-062-17/+9
| | | | | | | | - Switch to USES=libtool, drop .la files - Strip libraries Notes: svn path=/head/; revision=364200
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-241-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362828
* - Convert gmake to USESMartin Wilke2014-05-261-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355351
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | science) Notes: svn path=/head/; revision=327767
* - convert to the new perl5 frameworkAndrej Zverev2013-09-101-6/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326873
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build on FreeBSD 10Martin Wilke2011-10-291-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=284613
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276984
* Update to 1.1.4Maho Nakata2009-02-022-5/+4
| | | | | | | Suggested by: pav@ Notes: svn path=/head/; revision=227420
* - Update download location, update WWWPav Lucistnik2009-01-302-2/+2
| | | | | | | Reported by: -fetch-original pointyhat run Notes: svn path=/head/; revision=227195
* - Fix after objformat removalPav Lucistnik2007-03-271-4/+5
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=188566
* MASTER_SITE and WWW have been moved.Maho Nakata2007-01-162-2/+2
| | | | | | | Submitted by: kris via pointyhat. Notes: svn path=/head/; revision=182486
* * From PORTREVERSION to PORTREVISION.Maho Nakata2007-01-022-1/+9
| | | | | | | * Add symlink to version numbered shared libs. e.g. lib*.so to lib*.so.1. Notes: svn path=/head/; revision=181267
* Install shared libs correctly, and bump portrevision.Maho Nakata2007-01-022-11/+10
| | | | Notes: svn path=/head/; revision=181243
* Libint is a library for evaluating ERI (electron replusion integral)Maho Nakata2006-12-294-0/+59
over Cartesian Gaussian fuctions for modern atomic and molecular theory; esp. for science/mpqc and science/psi3. Notes: svn path=/head/; revision=180944