aboutsummaryrefslogtreecommitdiffstats
path: root/science/mpqc
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ifyedwin2006-01-241-0/+4
| | | | Approved by: krion@
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-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.
* Update to 2.3.0maho2005-11-114-39/+37
|
* Add center-of-charge patch.maho2005-02-111-0/+46
|
* Fix build by adding USE_BZIP2maho2005-02-101-0/+1
| | | | Submitted by: kris via pointyhat
* update to 2.2.3maho2005-02-025-1734/+3053
|
* fix pkg-plistmaho2005-01-201-7/+43
| | | | Submitted by: kris via pointyhat
* o Update to 2.2.2 to unbreak for 5-STABLEmaho2004-09-032-9/+9
| | | | | | (2.2.2 supports gcc-3.4.x) Submitted by: pointyhat
* USE_ICC -> WITH_ICC, and mpi supportmaho2004-08-161-3/+3
| | | | Passed by: portlint
* Opps forgot to add files/FlexLexer.h takenmaho2004-08-161-0/+186
| | | | from FreeBSD 5-current's /usr/include/c++/3.3/
* Add intel C/C++ compiler supportmaho2004-08-161-4/+22
|
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andade2004-07-021-1/+1
| | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!)
* Make portlint happy by replacing space to tabmaho2004-05-071-6/+6
| | | | | PR: 65409 Submitted by: trevor
* SIZEifymaho2004-03-191-0/+4
| | | | Submitted by: trevor
* Clean up this portmaho2004-03-112-9/+27
| | | | | | | | 1) reduce optimization level and remove inappropreate optimization flags 2) use autoconf 257 3) remove lapack dependency 4) fix pkg-plist
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* Update to 2.2.1maho2003-12-284-30/+234
|
* Update to 2.1.5maho2003-10-042-4/+4
|
* Fix configure failure (autoconf257 is required)maho2003-08-121-1/+1
|
* Update to 2.1.4maho2003-08-034-1715/+1747
|
* Unbreak by clean-ups.maho2003-07-271-5/+4
| | | | | | | | | | | | | | | For unbreak: a) location of .include "${.CURDIR}/../mpqc/Makefile" is just after the BUILD_DEPENDS to avoid override. For clean-ups: 1) ${F77}->${FC} 2) Use ${LOCALBASE} for CONFIGURE_ARGS for mpqc-mpich 3) ${MASTERDIR}/files -> ${FILESDIR} 4) remove LIB_DEPENDS for mpqc-mpich (redundant) Reported by: bento's log Reviewed by: okazaki and sf
* Remove Broken because it really builds by fomer commit.maho2003-05-091-2/+0
| | | | Pointed out by: kris
* BROKEN: Does not patchkris2003-05-071-0/+2
|
* remove unnecessary patch to build.maho2003-05-031-18/+0
| | | | Reported by: fenner's log
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Update to 2.1.3maho2003-02-014-1966/+1976
| | | | | | enable WITH_OPTIMIZED_FLAGS Reviewed by: knu (mentor)
* Add parallel to CATEGORIES.knu2002-11-241-1/+1
| | | | | PR: ports/39094 Submitted by: trevor
* Change ${.CURDIR} to ${MASTERDIR} for slave ports.maho2002-11-201-1/+1
| | | | | Noticed by: sada Reviewed by: knu (mentor)
* Fix the problem mpqc and mpqc-mpich portmaho2002-11-186-78/+5233
| | | | produces two identical packages.
* fix broken and make some enhancementijliao2002-07-163-7/+175
| | | | | | | | | | | | | | | 1. using math/atlas(added lapack, blas flags for other choices of lapack, blas package) It improves the performance for few percent. 2. override CFLAGS, FFLAGS for C++, C, FORTRAN compiler 3. override CC, F77, C++ for other choices of C++, C, FORTRAN compiler 4. support for parallel computing using MPI. pass maintainership to submitter PR: 40631 Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp> (new maintainer) No Response from: original maintainer (mail bounce)
* upgrade to 2.1.1ijliao2002-06-183-71/+79
| | | | | | unbreak Approved by: maintainer timeout
* BROKEN: Does not buildkris2002-05-181-0/+2
|
* Add mpqc 1.2.5, the massively parallel quantum computing librarywill2001-06-116-0/+123
and program. PR: 26908 Submitted by: batman <batman@udel.edu>