summaryrefslogtreecommitdiff
path: root/science/mpqc (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-02-26Chase the upgrade of MPICH2.Thierry Thomas2-5/+1
Since I'm there, pet portlint where needed, e.g. by removing oblsolete MD5 checksums. PR: ports/154715 Notes: svn path=/head/; revision=269786
2010-12-04Sync to new bsd.autotools.mkAde Lovett1-1/+1
Notes: svn path=/head/; revision=265663
2010-11-14Chase the upgrade of MPICH2.Thierry Thomas2-4/+15
PR: ports/151868 Approved by: maho (maintainer) Notes: svn path=/head/; revision=264534
2010-10-16Punt autoconf267->autoconf268Ade Lovett1-1/+1
Notes: svn path=/head/; revision=263089
2010-09-15Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett1-2/+2
Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
2010-03-28- update to 1.4.1Dirk Meyer1-1/+1
Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
2009-11-28- Chase relocation of net/mpich2Thierry Thomas1-4/+4
- Bump PORTREVISION if needed - Fix some portlint errors. Notes: svn path=/head/; revision=244904
2009-10-21- Fix plist after doxygen update.Wesley Shields2-2/+322
Noticed by: Pav (pointyhat run) Approved by: maho@ (maintainer) Notes: svn path=/head/; revision=243191
2009-10-13Build fix.Maho Nakata2-6/+2
Spotted by: miwi and pav Feature safe: yes Notes: svn path=/head/; revision=242800
2009-10-09adding extra rpath when linking after gcc44 migration.Maho Nakata2-1/+21
Feature safe: yes. Notes: svn path=/head/; revision=242594
2009-09-13Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowGerald Pfeifer1-1/+1
implies lang/gcc44 up from lang/gcc43. Approved by: portmgr Notes: svn path=/head/; revision=241308
2009-08-22- Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov1-2/+1
starting with P,R,S Notes: svn path=/head/; revision=240075
2009-01-07Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.Gerald Pfeifer1-1/+1
Notes: svn path=/head/; revision=225403
2008-08-20Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett1-1/+1
Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
2007-11-12Fix build on 7.0, and now correctly choose -pthreadMaho Nakata1-105/+89
instead of -lpthread. Approved by: portmgr (linimon) Notes: svn path=/head/; revision=202635
2007-09-30Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon1-4/+4
PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
2007-07-14Correct mpich dependency.Maho Nakata1-1/+1
Notes: svn path=/head/; revision=195623
2007-07-14Now we use USE_FORTRAN=yes to use FORTRAN compiler.Maho Nakata1-4/+1
Notes: svn path=/head/; revision=195561
2007-05-19- Welcome X.org 7.2 \o/.Florent Thoumie1-1/+1
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
2007-02-19Build fix for mpqc-mpich.Maho Nakata1-2/+5
Notes: svn path=/head/; revision=185502
2007-02-14Fix pkg-plist.Maho Nakata2-0/+3
Submitted by: krismail Notes: svn path=/head/; revision=185140
2007-02-12Now pkg-plist for ${PREFIX}/share/mpqc part is generatedMaho Nakata3-6952/+13
automatically. Notes: svn path=/head/; revision=184954
2007-02-10Somehow the documents are not generated on pointyhat build.Maho Nakata1-3/+3
To see how it works, generation of the documents is moved to post-build section. Notes: svn path=/head/; revision=184748
2007-01-23More build logs for build fix at pointyhat.Maho Nakata1-7/+6
Submitted by: kris via pointyhat Notes: svn path=/head/; revision=183037
2007-01-17Add missing dependency for cblas.Maho Nakata1-1/+1
Notes: svn path=/head/; revision=182565
2007-01-12* Use gfortran42 only and not gcc42.Maho Nakata1-3/+5
* Bump portrevision. Notes: svn path=/head/; revision=182141
2007-01-09*Bump port revisionMaho Nakata1-3/+3
*Use gfortran compiled atlas/blas/lapack Notes: svn path=/head/; revision=181930
2007-01-09Migrate to gfrotran.Maho Nakata1-2/+6
Notes: svn path=/head/; revision=181865
2007-01-06Fix typo.Maho Nakata1-1/+1
Notes: svn path=/head/; revision=181649
2007-01-02Update to 2.3.1.Maho Nakata4-4038/+4733
* documents are now generated with doxygen. * sort pkg-plist. * build with libint; now supports some r12 methods. Notes: svn path=/head/; revision=181303
2006-12-01Fix pkg-plistMaho Nakata1-0/+24
Submitted by: kris Notes: svn path=/head/; revision=178521
2006-11-30Add USE_LDCONFIG.Maho Nakata1-0/+1
Notes: svn path=/head/; revision=178296
2006-11-29Now install shared libs as well (to prevent to pass -fPIC whenMaho Nakata2-1/+50
creating a static lib. to workaround esp. for amd64). Notes: svn path=/head/; revision=178283
2006-11-19* Use BLAS instead of ATLAS if ATLAS doesn't exist.Maho Nakata2-10/+82
* mpich part of mpqc-mpich is moved into mpqc port. * now use mpich2 instead of mpich. Notes: svn path=/head/; revision=177557
2006-01-24SHA256ifyEdwin Groothuis1-0/+4
Approved by: krion@ Notes: svn path=/head/; revision=154303
2005-11-15Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett1-1/+1
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
2005-11-11Update to 2.3.0Maho Nakata4-39/+37
Notes: svn path=/head/; revision=147878
2005-02-11Add center-of-charge patch.Maho Nakata1-0/+46
Notes: svn path=/head/; revision=128501
2005-02-10Fix build by adding USE_BZIP2Maho Nakata1-0/+1
Submitted by: kris via pointyhat Notes: svn path=/head/; revision=128441
2005-02-02update to 2.2.3Maho Nakata5-1734/+3053
Notes: svn path=/head/; revision=127886
2005-01-20fix pkg-plistMaho Nakata1-7/+43
Submitted by: kris via pointyhat Notes: svn path=/head/; revision=126892
2004-09-03o Update to 2.2.2 to unbreak for 5-STABLEMaho Nakata2-9/+9
(2.2.2 supports gcc-3.4.x) Submitted by: pointyhat Notes: svn path=/head/; revision=117991
2004-08-16USE_ICC -> WITH_ICC, and mpi supportMaho Nakata1-3/+3
Passed by: portlint Notes: svn path=/head/; revision=116390
2004-08-16Opps forgot to add files/FlexLexer.h takenMaho Nakata1-0/+186
from FreeBSD 5-current's /usr/include/c++/3.3/ Notes: svn path=/head/; revision=116382
2004-08-16Add intel C/C++ compiler supportMaho Nakata1-4/+22
Notes: svn path=/head/; revision=116381
2004-07-01Autotools cleanup. Remove autoconf257 (259), automake17 (18), andAde Lovett1-1/+1
libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!) Notes: svn path=/head/; revision=112679
2004-05-06Make portlint happy by replacing space to tabMaho Nakata1-6/+6
PR: 65409 Submitted by: trevor Notes: svn path=/head/; revision=108577
2004-03-19SIZEifyMaho Nakata1-0/+4
Submitted by: trevor Notes: svn path=/head/; revision=104580
2004-03-10Clean up this portMaho Nakata2-9/+27
1) reduce optimization level and remove inappropreate optimization flags 2) use autoconf 257 3) remove lapack dependency 4) fix pkg-plist Notes: svn path=/head/; revision=103559
2004-02-04Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke1-0/+1
(Part 1) Notes: svn path=/head/; revision=99918