summaryrefslogtreecommitdiff
path: root/math/linpack (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-5/+1
| | | | Notes: svn path=/head/; revision=29630
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-4/+3
| | | | Notes: svn path=/head/; revision=27509
* remove aout supportMichael Haro2000-03-233-12/+5
| | | | Notes: svn path=/head/; revision=26990
* * Added secondary sites to MASTER_SITESSteve Price1999-12-232-13/+19
| | | | | | | | | | | * Rearranged extract target * Added WWW: line to pkg/DESCR PR: 15500 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=23927
* Fixup MASTER_SITE. Also moved (Satoshi repo-copied it) Makefile.libSteve Price1999-09-251-4/+2
| | | | | | | | | | to the files directory. PR: 13597 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=21949
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* awk -> ${AWK}Michael Haro1999-08-221-2/+2
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* #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
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-2/+3
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* Call a script with sh instead of trying to chmod it.Satoshi Asami1998-12-011-5/+2
| | | | Notes: svn path=/head/; revision=15008
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1998-11-141-5/+7
| | | | | | | | 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
* It's not a good idea to use RUN_DEPENDS on shared libs. Change it toSatoshi Asami1998-09-281-2/+5
| | | | | | | | | | LIB_DEPENDS for now; if you *really* have to do this, at least RUN_DEPENDS on the *.so link so it will work for both a.out and ELF. While I'm here, create the *.so link explicitly for the a.out case. Notes: svn path=/head/; revision=13522
* Convert to ELF.Steve Price1998-09-271-3/+4
| | | | Notes: svn path=/head/; revision=13463
* libcor.so -> libblas.soSteve Price1998-09-271-2/+2
| | | | Notes: svn path=/head/; revision=13445
* Add two sites for retrieving, remove ftp.netlib.orgMarc G. Fournier1998-07-072-182/+183
| | | | Notes: svn path=/head/; revision=11782
* Changes so that distrfiles are retriveable...md5 changes to followMarc G. Fournier1998-07-071-3/+3
| | | | Notes: svn path=/head/; revision=11780
* 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
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
| | | | Notes: svn path=/head/; revision=7360
* Fix MASTER_SITE since netlib.att.com went away, do dependence on blasBill Fenner1997-04-032-11/+10
| | | | | | | properly, and clean up Makefiles a little. Notes: svn path=/head/; revision=6118
* Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds toSatoshi Asami1996-11-301-180/+180
| | | | | | | changes made in rev. 1.232 of bsd.port.mk. Notes: svn path=/head/; revision=4733
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-2/+1
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* More missing newlines.Satoshi Asami1996-03-311-1/+1
| | | | Notes: svn path=/head/; revision=2920
* Set DIST_SUBDIR to ${DISTNAME} and delete a whole bunch of hacks toSatoshi Asami1996-03-101-8/+4
| | | | | | | fetch them correctly from the backup site. Notes: svn path=/head/; revision=2820
* AddSatoshi Asami1995-06-242-2/+5
| | | | | | | | | | | | | | | | | post-install: pkg_add -m ${PREFIX}/lib to Makefiles and @exec ldconfig -m %D to packing lists of ports that install shared libraries. This should get rid of a huge chunk of confusion for novice users! All hail Paul Kranenburg! :) Notes: svn path=/head/; revision=1871
* Add a few CATEGORIES lines to take these ports out of `orphans'.Jordan K. Hubbard1995-04-281-1/+2
| | | | | | | | Seeing your port in the orphans directory is pretty good indication that it doesn't have a categories line! :-) Notes: svn path=/head/; revision=1545
* I was going to convert the math Makefiles according to the newSatoshi Asami1995-04-221-1/+2
| | | | | | | | rules in bsd.port.mk, but there weren't any Makefiles that needed any tweaking. :] So, just some cosmetic changes. Notes: svn path=/head/; revision=1483
* Some more Makefile updates, for the math ports.Satoshi Asami1995-04-111-0/+11
| | | | Notes: svn path=/head/; revision=1326
* Same change needed as in the blas port. Now, that extract is in WRKDIR theAndreas Schulz1995-02-221-1/+1
| | | | | | | uncomp script need to be prefixed with a CURDIR. Notes: svn path=/head/; revision=1018
* Bye stupid tab.Jordan K. Hubbard1995-01-271-1/+1
| | | | Notes: svn path=/head/; revision=833
* First batch of MD5 checksum files. Only did through to the end of netGary Palmer1994-12-181-0/+180
| | | | | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later Notes: svn path=/head/; revision=590
* Put a hack into this makefile to get MASTER_SITE_OVERIDE to work.Andreas Schulz1994-11-281-0/+4
| | | | Notes: svn path=/head/; revision=522
* Import of linpack library (Linear Algebra Package). This is the libraryL Jonas Olsson1994-10-315-0/+89
used in the linpack benchmark. However the purpose of this library is to be used in numerical methods applications. Notes: svn path=/head/; revision=298