CVS log for ports/science/dft++/Attic/Makefile
Up to [FreeBSD] / ports / science / dft++
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.17
Tue Aug 11 05:14:53 2009 UTC (2 years, 6 months ago) by maho
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.16: +1 -1 lines
Remove science/dft++. Not actively maintained the original site. Old style coding with lots of warnings, and build error with gcc44. Also suggested by: gerald@
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Jan 7 16:34:20 2009 UTC (3 years, 1 month ago) by gerald
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Nov 22 08:19:03 2008 UTC (3 years, 2 months ago) by itetcu
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Fix typo in previous commit and fix pist. Prompted by: QAT
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Nov 22 08:04:27 2008 UTC (3 years, 2 months ago) by itetcu
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +7 -7 lines
- use PORTEXAMPLES where appropiate and fix plist with NO* defined - pet portlint - bump PORTREVISION Approved by: maintainer timeout on QAT BotMail Prompted by: QAT QA run
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Jul 14 10:16:23 2007 UTC (4 years, 6 months ago) by maho
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -4 lines
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jan 29 01:44:50 2007 UTC (5 years ago) by maho
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Fix build. Submitted by: Jan Hornyak <jan.hornyak@col.cz> (and also pav)
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jan 22 13:33:03 2007 UTC (5 years ago) by maho
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -4 lines
A possible build fix(on pointyhat?)
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jan 16 05:51:11 2007 UTC (5 years ago) by maho
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
change ${LOCALBASE}/bin/${FC} to ${F77}.
path is /sbin:/bin:/usr/sbin:/usr/bin:${LOCALBASE}/sbin:${LOCALBASE}/bin:${X11BASE}/bin
Submitted by: kris
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jan 16 03:12:02 2007 UTC (5 years ago) by maho
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4 lines
* Build fix [1] * atlas/blas are detected correctly. Submitted by: kris via pointy hat [1].
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jan 15 13:32:24 2007 UTC (5 years ago) by maho
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -2 lines
correct the place of <bsd.port.pre.mk>
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jan 12 11:45:50 2007 UTC (5 years, 1 month ago) by maho
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Remove -v in CC and CXX.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jan 11 07:22:25 2007 UTC (5 years, 1 month ago) by maho
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +33 -7 lines
Migrate to gfortran42. Bump portrevision.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat May 13 04:14:54 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +0 -1 lines
Remove USE_REINPLACE from all categories starting with S
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:26:25 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:03:49 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu May 6 19:49:51 2004 UTC (7 years, 9 months ago) by maho
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Make portlint happy by replacing space to tab PR: 65409 Submitted by: trevor
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Mar 20 04:50:45 2004 UTC (7 years, 10 months ago) by maho
Branches: MAIN
CVS tags: RELEASE_4_10_0
A Density functional software. This software has a unique design based upon the DFT++ algebraic framework introduced in Computer Physics Communications 128, 1-45 (June 2000). This framework allows us to transparently separate the computational guts (cache optimization, parallelization, etc.) from the introduction of new representations (plane waves, wavelets) and new physics (new density functionals, linear response theory, dielectric solutions). The software is fully cache and register optimized, and runs in serial, threaded, MPI and mixed threaded-MPI parallel environments.
