Update to GROMACS 4.0.3
This commit is contained in:
parent
9a7715a491
commit
818fb5f085
3 changed files with 54 additions and 32 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.7 2008/05/30 11:24:37 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2009/02/14 17:59:53 asau Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gromacs-3.3.3
|
||||
DISTNAME= gromacs-4.0.3
|
||||
CATEGORIES= biology
|
||||
MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/
|
||||
|
||||
|
@ -20,6 +20,8 @@ CONFIGURE_ARGS+= --enable-double --program-suffix=
|
|||
|
||||
#TEST_TARGET= tests # something extra needed?
|
||||
|
||||
CHECK_PORTABILITY_SKIP= configure
|
||||
|
||||
.include "../../math/fftw/buildlink3.mk"
|
||||
#.include "../../textproc/libxml2/buildlink3.mk"
|
||||
#.include "../../x11/lesstif/buildlink3.mk"
|
||||
|
|
|
@ -1,17 +1,16 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2008/05/30 11:24:37 asau Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2009/02/14 17:59:53 asau Exp $
|
||||
bin/GMXRC
|
||||
bin/GMXRC.bash
|
||||
bin/GMXRC.csh
|
||||
bin/GMXRC.zsh
|
||||
bin/anadock
|
||||
bin/average
|
||||
bin/completion.bash
|
||||
bin/completion.csh
|
||||
bin/completion.zsh
|
||||
bin/demux.pl
|
||||
bin/do_dssp
|
||||
bin/editconf
|
||||
bin/eneconv
|
||||
bin/ffscan
|
||||
bin/g_anaeig
|
||||
bin/g_analyze
|
||||
bin/g_angle
|
||||
|
@ -22,6 +21,7 @@ bin/g_cluster
|
|||
bin/g_clustsize
|
||||
bin/g_confrms
|
||||
bin/g_covar
|
||||
bin/g_current
|
||||
bin/g_density
|
||||
bin/g_densmap
|
||||
bin/g_dielectric
|
||||
|
@ -37,6 +37,7 @@ bin/g_gyrate
|
|||
bin/g_h2order
|
||||
bin/g_hbond
|
||||
bin/g_helix
|
||||
bin/g_helixorient
|
||||
bin/g_kinetics
|
||||
bin/g_lie
|
||||
bin/g_mdmat
|
||||
|
@ -47,7 +48,9 @@ bin/g_nmeig
|
|||
bin/g_nmens
|
||||
bin/g_nmtraj
|
||||
bin/g_order
|
||||
bin/g_polystat
|
||||
bin/g_potential
|
||||
bin/g_principal
|
||||
bin/g_rama
|
||||
bin/g_rdf
|
||||
bin/g_rms
|
||||
|
@ -61,14 +64,16 @@ bin/g_sgangle
|
|||
bin/g_sham
|
||||
bin/g_sorient
|
||||
bin/g_spatial
|
||||
bin/g_spol
|
||||
bin/g_tcaf
|
||||
bin/g_traj
|
||||
bin/g_vanhove
|
||||
bin/g_velacc
|
||||
bin/g_wham
|
||||
bin/genbox
|
||||
bin/genconf
|
||||
bin/genion
|
||||
bin/genpr
|
||||
bin/genrestr
|
||||
bin/gmxcheck
|
||||
bin/gmxdump
|
||||
bin/grompp
|
||||
|
@ -79,32 +84,35 @@ bin/mdrun
|
|||
bin/mk_angndx
|
||||
bin/pdb2gmx
|
||||
bin/protonate
|
||||
bin/sigeps
|
||||
bin/tpbconv
|
||||
bin/trjcat
|
||||
bin/trjconv
|
||||
bin/trjorder
|
||||
bin/wheel
|
||||
bin/x2top
|
||||
bin/xplor2gmx.pl
|
||||
bin/xpm2ps
|
||||
include/gromacs/3dview.h
|
||||
include/gromacs/assert.h
|
||||
include/gromacs/atomprop.h
|
||||
include/gromacs/block_tx.h
|
||||
include/gromacs/bondf.h
|
||||
include/gromacs/calcgrid.h
|
||||
include/gromacs/calch.h
|
||||
include/gromacs/calcmu.h
|
||||
include/gromacs/checkpoint.h
|
||||
include/gromacs/confio.h
|
||||
include/gromacs/constr.h
|
||||
include/gromacs/copyrite.h
|
||||
include/gromacs/coulomb.h
|
||||
include/gromacs/dihre.h
|
||||
include/gromacs/disre.h
|
||||
include/gromacs/do_fit.h
|
||||
include/gromacs/domdec.h
|
||||
include/gromacs/domdec_network.h
|
||||
include/gromacs/ebin.h
|
||||
include/gromacs/edsam.h
|
||||
include/gromacs/enxio.h
|
||||
include/gromacs/ewald.h
|
||||
include/gromacs/ewald_util.h
|
||||
include/gromacs/ffscanf.h
|
||||
include/gromacs/fftgrid.h
|
||||
include/gromacs/filenm.h
|
||||
|
@ -114,6 +122,7 @@ include/gromacs/gbutil.h
|
|||
include/gromacs/gmx_ana.h
|
||||
include/gromacs/gmx_arpack.h
|
||||
include/gromacs/gmx_blas.h
|
||||
include/gromacs/gmx_cyclecounter.h
|
||||
include/gromacs/gmx_fatal.h
|
||||
include/gromacs/gmx_fft.h
|
||||
include/gromacs/gmx_lapack.h
|
||||
|
@ -121,8 +130,11 @@ include/gromacs/gmx_parallel_3dfft.h
|
|||
include/gromacs/gmx_random.h
|
||||
include/gromacs/gmx_system_xdr.h
|
||||
include/gromacs/gmx_thread.h
|
||||
include/gromacs/gmx_wallcycle.h
|
||||
include/gromacs/gmxcomplex.h
|
||||
include/gromacs/gmxfio.h
|
||||
include/gromacs/gpp_atomtype.h
|
||||
include/gromacs/gpp_nextnb.h
|
||||
include/gromacs/grompp.h
|
||||
include/gromacs/gstat.h
|
||||
include/gromacs/index.h
|
||||
|
@ -135,7 +147,9 @@ include/gromacs/matio.h
|
|||
include/gromacs/mdatoms.h
|
||||
include/gromacs/mdebin.h
|
||||
include/gromacs/mdrun.h
|
||||
include/gromacs/mpelogging.h
|
||||
include/gromacs/mshift.h
|
||||
include/gromacs/mtop_util.h
|
||||
include/gromacs/mtxio.h
|
||||
include/gromacs/mvdata.h
|
||||
include/gromacs/names.h
|
||||
|
@ -145,12 +159,13 @@ include/gromacs/nrama.h
|
|||
include/gromacs/nrjac.h
|
||||
include/gromacs/nrnb.h
|
||||
include/gromacs/ns.h
|
||||
include/gromacs/nsb.h
|
||||
include/gromacs/nsgrid.h
|
||||
include/gromacs/orires.h
|
||||
include/gromacs/partdec.h
|
||||
include/gromacs/pbc.h
|
||||
include/gromacs/pdbio.h
|
||||
include/gromacs/pdebug.h
|
||||
include/gromacs/perf_est.h
|
||||
include/gromacs/physics.h
|
||||
include/gromacs/pme.h
|
||||
include/gromacs/pppm.h
|
||||
|
@ -164,12 +179,13 @@ include/gromacs/readcomp.h
|
|||
include/gromacs/readinp.h
|
||||
include/gromacs/reorder.h
|
||||
include/gromacs/rmpbc.h
|
||||
include/gromacs/shellfc.h
|
||||
include/gromacs/shift.h
|
||||
include/gromacs/shift_util.h
|
||||
include/gromacs/smalloc.h
|
||||
include/gromacs/sortwater.h
|
||||
include/gromacs/sparsematrix.h
|
||||
include/gromacs/split.h
|
||||
include/gromacs/splitter.h
|
||||
include/gromacs/statusio.h
|
||||
include/gromacs/statutil.h
|
||||
include/gromacs/strdb.h
|
||||
|
@ -179,6 +195,7 @@ include/gromacs/symtab.h
|
|||
include/gromacs/sysstuff.h
|
||||
include/gromacs/tags.h
|
||||
include/gromacs/tgroup.h
|
||||
include/gromacs/topsort.h
|
||||
include/gromacs/tpxio.h
|
||||
include/gromacs/transfer.h
|
||||
include/gromacs/trnio.h
|
||||
|
@ -187,7 +204,7 @@ include/gromacs/typedefs.h
|
|||
include/gromacs/types/atoms.h
|
||||
include/gromacs/types/block.h
|
||||
include/gromacs/types/commrec.h
|
||||
include/gromacs/types/edsams.h
|
||||
include/gromacs/types/constr.h
|
||||
include/gromacs/types/energy.h
|
||||
include/gromacs/types/enums.h
|
||||
include/gromacs/types/fcdata.h
|
||||
|
@ -204,10 +221,11 @@ include/gromacs/types/mdatom.h
|
|||
include/gromacs/types/nblist.h
|
||||
include/gromacs/types/nbslist.h
|
||||
include/gromacs/types/nrnb.h
|
||||
include/gromacs/types/nsborder.h
|
||||
include/gromacs/types/ns.h
|
||||
include/gromacs/types/nsgrid.h
|
||||
include/gromacs/types/pbc.h
|
||||
include/gromacs/types/qmmmrec.h
|
||||
include/gromacs/types/shellfc.h
|
||||
include/gromacs/types/simple.h
|
||||
include/gromacs/types/state.h
|
||||
include/gromacs/types/symtab.h
|
||||
|
@ -229,12 +247,9 @@ lib/libgmx_d.la
|
|||
lib/libgmxana_d.la
|
||||
lib/libmd_d.la
|
||||
man/man1/anadock.1
|
||||
man/man1/cdist.1
|
||||
man/man1/disco.1
|
||||
man/man1/do_dssp.1
|
||||
man/man1/editconf.1
|
||||
man/man1/eneconv.1
|
||||
man/man1/ffscan.1
|
||||
man/man1/g_anaeig.1
|
||||
man/man1/g_analyze.1
|
||||
man/man1/g_angle.1
|
||||
|
@ -245,6 +260,7 @@ man/man1/g_cluster.1
|
|||
man/man1/g_clustsize.1
|
||||
man/man1/g_confrms.1
|
||||
man/man1/g_covar.1
|
||||
man/man1/g_current.1
|
||||
man/man1/g_density.1
|
||||
man/man1/g_densmap.1
|
||||
man/man1/g_dielectric.1
|
||||
|
@ -260,6 +276,8 @@ man/man1/g_gyrate.1
|
|||
man/man1/g_h2order.1
|
||||
man/man1/g_hbond.1
|
||||
man/man1/g_helix.1
|
||||
man/man1/g_helixorient.1
|
||||
man/man1/g_kinetics.1
|
||||
man/man1/g_lie.1
|
||||
man/man1/g_mdmat.1
|
||||
man/man1/g_mindist.1
|
||||
|
@ -267,8 +285,11 @@ man/man1/g_morph.1
|
|||
man/man1/g_msd.1
|
||||
man/man1/g_nmeig.1
|
||||
man/man1/g_nmens.1
|
||||
man/man1/g_nmtraj.1
|
||||
man/man1/g_order.1
|
||||
man/man1/g_polystat.1
|
||||
man/man1/g_potential.1
|
||||
man/man1/g_principal.1
|
||||
man/man1/g_rama.1
|
||||
man/man1/g_rdf.1
|
||||
man/man1/g_rms.1
|
||||
|
@ -277,17 +298,22 @@ man/man1/g_rmsf.1
|
|||
man/man1/g_rotacf.1
|
||||
man/man1/g_saltbr.1
|
||||
man/man1/g_sas.1
|
||||
man/man1/g_sdf.1
|
||||
man/man1/g_sgangle.1
|
||||
man/man1/g_sham.1
|
||||
man/man1/g_sorient.1
|
||||
man/man1/g_spatial.1
|
||||
man/man1/g_spol.1
|
||||
man/man1/g_tcaf.1
|
||||
man/man1/g_traj.1
|
||||
man/man1/g_vanhove.1
|
||||
man/man1/g_velacc.1
|
||||
man/man1/g_wham.1
|
||||
man/man1/gen_table.1
|
||||
man/man1/genbox.1
|
||||
man/man1/genconf.1
|
||||
man/man1/genion.1
|
||||
man/man1/genpr.1
|
||||
man/man1/genrestr.1
|
||||
man/man1/gmxcheck.1
|
||||
man/man1/gmxdump.1
|
||||
man/man1/grompp.1
|
||||
|
@ -299,6 +325,7 @@ man/man1/mk_angndx.1
|
|||
man/man1/ngmx.1
|
||||
man/man1/pdb2gmx.1
|
||||
man/man1/protonate.1
|
||||
man/man1/sigeps.1
|
||||
man/man1/tpbconv.1
|
||||
man/man1/trjcat.1
|
||||
man/man1/trjconv.1
|
||||
|
@ -335,7 +362,6 @@ share/gromacs/html/images/flow_uprightleft.gif
|
|||
share/gromacs/html/images/flow_vline.gif
|
||||
share/gromacs/html/images/flow_vrule.gif
|
||||
share/gromacs/html/images/gmxlogo_small.jpg
|
||||
share/gromacs/html/images/gmxlogo_small.png
|
||||
share/gromacs/html/images/links.gif
|
||||
share/gromacs/html/images/mail.gif
|
||||
share/gromacs/html/images/manual.gif
|
||||
|
@ -344,6 +370,7 @@ share/gromacs/html/images/software.gif
|
|||
share/gromacs/html/images/topologies.gif
|
||||
share/gromacs/html/images/xvgr.gif
|
||||
share/gromacs/html/online.html
|
||||
share/gromacs/html/online/cpt.html
|
||||
share/gromacs/html/online/dat.html
|
||||
share/gromacs/html/online/dlg.html
|
||||
share/gromacs/html/online/do_dssp.html
|
||||
|
@ -486,6 +513,8 @@ share/gromacs/top/dlg.itp
|
|||
share/gromacs/top/dmso.gro
|
||||
share/gromacs/top/dmso.itp
|
||||
share/gromacs/top/edissoc.dat
|
||||
share/gromacs/top/electroneg.dat
|
||||
share/gromacs/top/elements.dat
|
||||
share/gromacs/top/export.dlg
|
||||
share/gromacs/top/f3c.itp
|
||||
share/gromacs/top/fa.itp
|
||||
|
@ -507,15 +536,6 @@ share/gromacs/top/ffG43a2.itp
|
|||
share/gromacs/top/ffG43a2.rtp
|
||||
share/gromacs/top/ffG43a2bon.itp
|
||||
share/gromacs/top/ffG43a2nb.itp
|
||||
share/gromacs/top/ffG43b1-c.tdb
|
||||
share/gromacs/top/ffG43b1-n.tdb
|
||||
share/gromacs/top/ffG43b1.atp
|
||||
share/gromacs/top/ffG43b1.ddb
|
||||
share/gromacs/top/ffG43b1.hdb
|
||||
share/gromacs/top/ffG43b1.itp
|
||||
share/gromacs/top/ffG43b1.rtp
|
||||
share/gromacs/top/ffG43b1bon.itp
|
||||
share/gromacs/top/ffG43b1nb.itp
|
||||
share/gromacs/top/ffG45a3-c.tdb
|
||||
share/gromacs/top/ffG45a3-n.tdb
|
||||
share/gromacs/top/ffG45a3.atp
|
||||
|
@ -531,6 +551,7 @@ share/gromacs/top/ffG53a5.atp
|
|||
share/gromacs/top/ffG53a5.ddb
|
||||
share/gromacs/top/ffG53a5.hdb
|
||||
share/gromacs/top/ffG53a5.itp
|
||||
share/gromacs/top/ffG53a5.n2t
|
||||
share/gromacs/top/ffG53a5.rtp
|
||||
share/gromacs/top/ffG53a5bon.itp
|
||||
share/gromacs/top/ffG53a5nb.itp
|
||||
|
@ -627,7 +648,6 @@ share/gromacs/top/urea+h2o.gro
|
|||
share/gromacs/top/urea.itp
|
||||
share/gromacs/top/vdwradii.dat
|
||||
share/gromacs/top/xlateat.dat
|
||||
share/gromacs/tutor/cleanit
|
||||
share/gromacs/tutor/gmxdemo/cpeptide.pdb
|
||||
share/gromacs/tutor/gmxdemo/demo
|
||||
share/gromacs/tutor/methanol/conf.gro
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2008/05/30 11:24:38 asau Exp $
|
||||
$NetBSD: distinfo,v 1.4 2009/02/14 17:59:53 asau Exp $
|
||||
|
||||
SHA1 (gromacs-3.3.3.tar.gz) = 318802e39f3ca3e847261a3b96906266e32deba2
|
||||
RMD160 (gromacs-3.3.3.tar.gz) = c7b495423eb07682e88bd7d5c61e0aa9156a17d1
|
||||
Size (gromacs-3.3.3.tar.gz) = 8013789 bytes
|
||||
SHA1 (gromacs-4.0.3.tar.gz) = 099f6b793d1b198a7bb6c4fa59beae915aba3d52
|
||||
RMD160 (gromacs-4.0.3.tar.gz) = e799d3cc813787a6a68a8d5d370818a10224a2a2
|
||||
Size (gromacs-4.0.3.tar.gz) = 8420556 bytes
|
||||
|
|
Loading…
Reference in a new issue