summaryrefslogtreecommitdiffstats
path: root/math/linpack
Commit message (Collapse)AuthorAgeFilesLines
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofasami1999-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.
* Call a script with sh instead of trying to chmod it.asami1998-12-011-5/+2
|
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeasami1998-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.
* It's not a good idea to use RUN_DEPENDS on shared libs. Change it toasami1998-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.
* Convert to ELF.steve1998-09-271-3/+4
|
* libcor.so -> libblas.sosteve1998-09-271-2/+2
|
* Add two sites for retrieving, remove ftp.netlib.orgscrappy1998-07-072-182/+183
|
* Changes so that distrfiles are retriveable...md5 changes to followscrappy1998-07-071-3/+3
|
* Execute `ldconfig -R' at the pkg_delete step.tg1998-05-051-0/+1
| | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* ldconfig -> ${LDCONFIG}.max1997-07-171-2/+2
|
* Fix MASTER_SITE since netlib.att.com went away, do dependence on blasfenner1997-04-032-11/+10
| | | | properly, and clean up Makefiles a little.
* Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds toasami1996-11-301-180/+180
| | | | changes made in rev. 1.232 of bsd.port.mk.
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-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.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* More missing newlines.asami1996-03-311-1/+1
|
* Set DIST_SUBDIR to ${DISTNAME} and delete a whole bunch of hacks toasami1996-03-101-8/+4
| | | | fetch them correctly from the backup site.
* Addasami1995-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! :)
* Add a few CATEGORIES lines to take these ports out of `orphans'.jkh1995-04-281-1/+2
| | | | | Seeing your port in the orphans directory is pretty good indication that it doesn't have a categories line! :-)
* I was going to convert the math Makefiles according to the newasami1995-04-221-1/+2
| | | | | rules in bsd.port.mk, but there weren't any Makefiles that needed any tweaking. :] So, just some cosmetic changes.
* Some more Makefile updates, for the math ports.asami1995-04-111-0/+11
|
* Same change needed as in the blas port. Now, that extract is in WRKDIR theats1995-02-221-1/+1
| | | | uncomp script need to be prefixed with a CURDIR.
* Bye stupid tab.jkh1995-01-271-1/+1
|
* First batch of MD5 checksum files. Only did through to the end of netgpalmer1994-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
* Put a hack into this makefile to get MASTER_SITE_OVERIDE to work.ats1994-11-281-0/+4
|
* Import of linpack library (Linear Algebra Package). This is the libraryljo1994-10-315-0/+89
used in the linpack benchmark. However the purpose of this library is to be used in numerical methods applications.
OpenPOWER on IntegriCloud