aboutsummaryrefslogtreecommitdiffstats
path: root/science/gamess
Commit message (Collapse)AuthorAgeFilesLines
* update to 2012/5/1 R2 version.maho2013-03-0512-419/+712
|
* Fix typo.linimon2012-09-141-2/+2
|
* adjust linking and comments in dependent ports after the math/atlas update;bf2011-11-221-10/+10
| | | | | | | | math/atlas-devel will be updated to use the same constructs at a later date PR: 162706 Approved by: miwi (portmgr) Feature safe: yes
* Build fix for recent update of USE_FORTRAN tomaho2011-10-183-6/+7
| | | | using gcc46.
* - remove MD5ohauer2011-07-031-1/+0
|
* NO_CDROM is redundant when RESTRICTED is set.linimon2011-01-241-2/+1
| | | | | | | While here, pet portlint. Hat: portmgr Feature safe: yes
* add pkg-message when gamess won't run and bump portrevision accordingly.maho2010-06-172-1/+14
|
* Fix SMP run on amd64, and bump port revisionmaho2010-02-172-1/+2
| | | | | Submitted by: Katsuya KANDA Feature safe: yes
* Fix build with recent update of gotoblas(2).maho2010-02-161-5/+4
| | | | Feature safe: yes
* Update to 20090112 R3.maho2010-02-013-12/+12
|
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowgerald2009-09-131-0/+1
| | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr
* Fix build on amd64 and now it's usable.maho2009-06-083-3/+13
|
* Update to 20090112 R1 version.maho2009-05-088-79/+85
|
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.gerald2009-01-081-0/+1
|
* Add MANUAL_PACKAGE_BUILD.maho2008-01-071-0/+2
|
* 1. Remove limit stacksize line for SysV shared memory size.maho2007-10-013-9/+21
| | | | | | 2. install mpcdata as well. Submitted by: "M. L. Dodson" <activesitedynamics@comcast.net>
* Update URIs.maho2007-08-132-4/+4
| | | | Spotted by: kris
* Update to 20070524.3.maho2007-08-028-103/+93
|
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-141-4/+1
|
* GAMESS is freely available ab-initio molecular orbitalmaho2007-03-1311-0/+840
calculation program calculates energy, molecular structure, vibrational frequencies from the basic principle of quantum mechanics. A site license for GAMESS is available at no cost to both academic and industrial users. Please refer http://wwwmsg.fi.ameslab.gov/GAMESS/dist.menu.html for details. We also included simple launcher called `gamess' for your convenience. You don't set any environment variable to run gamess. Just type % gamess <somefile.inp> is enough. WWW: http://wwwmsg.fi.ameslab.gov/GAMESS/ I also recived an e-mail from Mike Schmidt <mike@si.fi.ameslab.gov> as my inquery. > I'm maintaining gamess port for FreeBSD only for myself, > but I'd like to maintain this program at ports tree so that > everyone can install gamess for FreeBSD very easily like following: > obtain gamess-current.tar.gz then, put it to some directory, then: > > % mkdir /usr/ports/distfiles/gamess.20060907.4 > % cp gamess-current.tar.gz /usr/ports/distfiles/gamess.20060907.4/ > % cd /usr/ports/science/gamess > % make > % sudo make install > ... > will finish the compilation and installation. > > So I'd like to ask you about it. > > Can I put port such a skeleton, which is merely an installation > instruction for FreeBSD ports tree like MPQC? > http://www.freebsd.org/cgi/cvsweb.cgi/ports/science/mpqc/ > Everyone can access this instruction publically. > Of course, I don't expose gamess archive for public, and if gamess =20 > archive > is not found, make stops like: > >> % make >> =3D=3D=3D> gamess-20060907.4 You must manually get the source =20 >> distribution from master site. http://www.msg.ameslab.gov/GAMESS/=20 >> dist.menu.html. Please selsect "Source code distribution", and =20 >> check on "running on Intel compatible PC running Linux". You must =20 >> have license, but freely obtainable.. >> *** Error code 1 > Mike Schmidt <mike@si.fi.ameslab.gov> replied as: > I do not really object to your idea about "make" for BSD, since > you don't include source code with it. but don't really understand > why it would be necessary. :)