diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-09-17 13:42:45 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-09-17 13:42:45 +0000 |
commit | a996c3134b0166cbb7ce9e6056b35c29f018a333 (patch) | |
tree | ceb0e2a40afb8b89c025b267d2d5ee82d0b4e249 /math/ufsparse/files/patch-Makefile | |
parent | Unbreak: molden has been updated on Aug 17, with the same DISTNAME. (diff) |
The name of this port has been changed from UFsparse to SuiteSparse
and will be renamed soon.
Update to SuiteSparse version 2.1.1.
Notes
Notes:
svn path=/head/; revision=173243
Diffstat (limited to 'math/ufsparse/files/patch-Makefile')
-rw-r--r-- | math/ufsparse/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/ufsparse/files/patch-Makefile b/math/ufsparse/files/patch-Makefile new file mode 100644 index 000000000000..5f602e688fd0 --- /dev/null +++ b/math/ufsparse/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile~ Fri Jul 28 04:49:43 2006 ++++ Makefile Sun Sep 17 22:33:10 2006 +@@ -19,7 +19,7 @@ + ( cd CSparse ; $(MAKE) ) + ( cd CXSparse ; $(MAKE) ) + # ( cd LPDASA ; $(MAKE) ) +- ( cd metis-4.0 ; $(MAKE) ) ++# ( cd metis-4.0 ; $(MAKE) ) + # ( cd PARAKLETE ; $(MAKE) ) + + library: default |