Skip site navigation (1)Skip section navigation (2)

CVS log for ports/math/taucs/Makefile

[BACK] Up to [FreeBSD] / ports / math / taucs

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Nov 22 11:25:11 2011 UTC (2 months, 2 weeks ago) by bf
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +42 -26 lines
adjust use of math/atlas; fix linking problems that broke
the sparc64 build; clean up

Feature safe:	yes

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Jul 24 03:05:21 2011 UTC (6 months, 2 weeks ago) by bf
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
take in some orphans

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Jul 16 05:37:11 2011 UTC (6 months, 3 weeks ago) by linimon
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -0 lines
Mark as broken on sparc64: does not link.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Sep 13 00:07:54 2009 UTC (2 years, 4 months ago) by gerald
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:	portmgr

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Jan 7 16:34:18 2009 UTC (3 years, 1 month ago) by gerald
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jul 12 07:14:14 2007 UTC (4 years, 7 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.11: preferred, colored
Changes since revision 1.11: +1 -4 lines
Now we use USE_FORTRAN=yes to use FORTRAN compiler.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jan 16 02:58:51 2007 UTC (5 years ago) by maho
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +9 -8 lines
* Fix build [1]
* Now atlas/blas/lapack are detected correctly.
Reported by:	kris via pointyhat [1]

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jan 12 05:53:15 2007 UTC (5 years ago) by maho
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -3 lines
* Use gfortran42 only and not gcc42.
* Bump portrevision.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Jan 10 03:38:09 2007 UTC (5 years, 1 month ago) by maho
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
-llapack should be -lalapack when linking against lapack from ATLAS.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jan 9 22:48:08 2007 UTC (5 years, 1 month ago) by maho
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +8 -8 lines
Now requires newer version of LAPACK(4)/BLAS(2)/ATLAS(2). Bump portrevision.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jan 9 12:07:24 2007 UTC (5 years, 1 month ago) by maho
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
blas.1 -> blas.2

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jan 9 05:52:07 2007 UTC (5 years, 1 month ago) by maho
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +45 -7 lines
Migrated to gfortran42.
install shared libs as well.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Mar 13 06:56:46 2006 UTC (5 years, 11 months ago) by maho
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Now we don't create static lib of atlas port as default.
This affects taucs port as well

Approved by:	portmgr (linimon)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Mar 2 13:08:36 2005 UTC (6 years, 11 months ago) by vs
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -0 lines
Install headers

PR:		ports/78272
Submitted by:	Pedro F. Giffuni

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue May 4 13:56:38 2004 UTC (7 years, 9 months ago) by vs
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -3 lines
Unbreak on -STABLE.
Having -pipe in CFLAGS would break the build:
http://docs.freebsd.org/cgi/mid.cgi?20040503181426.GB12673

Approved by: linimon (mentor)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Feb 21 22:02:37 2004 UTC (7 years, 11 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +7 -1 lines
BROKEN on 4.x: does not compile

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jan 3 10:27:38 2004 UTC (8 years, 1 month ago) by edwin
Branches: MAIN
NEW port: math/taucs

	TAUCS is a C library of sparse linear solvers. It's very
	fast and it works well with low memory configurations.

PR:		ports/55196
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options