summaryrefslogtreecommitdiff
path: root/math/lapack (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Files I forgot to add in the previous commit.Jean-Marc Zucconi1999-10-1314-0/+544
| | | | Notes: svn path=/head/; revision=22414
* Honor FC and FFLAGS so that the user can easily override them.Jean-Marc Zucconi1999-10-134-47/+140
| | | | | | | | | | | Enable testing and timing if ENABLE_TESTING is set to YES so that the user can check how the changes to FC and FFLAGS work. Patches to workaround the SIGFPE stuff and g77's code checking. Update pkg/DESCR. Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk> Notes: svn path=/head/; revision=22413
* Back out my last commit because I had just reversed the already-committedDan Moschuk1999-10-091-1/+1
| | | | | | | fix. Notes: svn path=/head/; revision=22281
* Fix small typo in Makefile.Dan Moschuk1999-10-081-1/+1
| | | | | | | | PR: ports/14120 Submitted by: sa264@cam.ac.uk Notes: svn path=/head/; revision=22266
* A typo in Makefile creats wrong symbolic link to BLAS shared libraryJean-Marc Zucconi1999-10-061-1/+1
| | | | | | | | PR: ports/14120 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk> Notes: svn path=/head/; revision=22185
* Checksums for version 3.0Jean-Marc Zucconi1999-09-221-2/+2
| | | | Notes: svn path=/head/; revision=21892
* Upgrade from version 2.0 to version 3.0Jean-Marc Zucconi1999-09-228-457/+410
| | | | Notes: svn path=/head/; revision=21889
* Play the 'MANCOMPRESSED=maybe' trick and compress the manpages ourselvesSteve Price1999-09-201-0/+6
| | | | | | | | based on NOMANCOMPRESS, so we don't have problems with the arguments being too long to sh(1). Notes: svn path=/head/; revision=21779
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1998-11-141-9/+11
| | | | | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk. Notes: svn path=/head/; revision=14512
* Convert to ELF.Steve Price1998-09-272-6/+15
| | | | Notes: svn path=/head/; revision=13463
* Move distfiles to subdirectory. When there's a file like "manpages.tgz",Satoshi Asami1998-08-252-3/+5
| | | | | | | it's a good idea even if it's only two files. :> Notes: svn path=/head/; revision=12828
* Suffix has changed (.tar.gz -> .tgz)Jean-Marc Zucconi1998-08-242-4/+4
| | | | Notes: svn path=/head/; revision=12814
* Use INSTALL_ macros so I can install non-root. Use MANx.Tim Vanderhoek1998-08-192-1197/+170
| | | | Notes: svn path=/head/; revision=12651
* Remove two duplicated manpages.Satoshi Asami1998-08-191-2/+0
| | | | Notes: svn path=/head/; revision=12641
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-051-0/+1
| | | | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
* Portlint clean.Steve Price1998-02-181-7/+7
| | | | Notes: svn path=/head/; revision=9788
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
| | | | Notes: svn path=/head/; revision=7360
* Not everyone has `.' in his $PATH.Jean-Marc Zucconi1997-02-201-37/+26
| | | | | | | Submitted by: tg Notes: svn path=/head/; revision=5707
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Add ".gz" to end of package files so this thing packages in the defaultSatoshi Asami1996-06-101-1185/+1186
| | | | | | | case (no NOMANCOMPRESS). Notes: svn path=/head/; revision=3191
* Make it install manpages even if NOMANCOMPRESS is defined. RunSatoshi Asami1996-06-101-7/+13
| | | | | | | | /sbin/ldconfig -m on shared libraries. Take out @ from install commands so user can have some idea what's going on. Notes: svn path=/head/; revision=3190
* LAPACK is a library of Fortran 77 subroutines for linear algebra.Jean-Marc Zucconi1996-06-0713-0/+2021
Notes: svn path=/head/; revision=3178