aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tom111@gmx.de>2009-04-25 15:28:06 +0200
committerThomas Kahle <tom111@gmx.de>2009-04-25 15:28:06 +0200
commit22e1be3fd4d208653d518ff0b24e194211869dc6 (patch)
tree03b71ac26fc782cea1a3ea3d3b8468dba906f89d /sci-mathematics/Macaulay2/files
parentfirst version of automatic bump script for blast-dbs checked in (diff)
downloadsci-22e1be3fd4d208653d518ff0b24e194211869dc6.tar.gz
sci-22e1be3fd4d208653d518ff0b24e194211869dc6.tar.bz2
sci-22e1be3fd4d208653d518ff0b24e194211869dc6.zip
New Package: sci-mathematics/Macaulay2 (Bug #246095)
Diffstat (limited to 'sci-mathematics/Macaulay2/files')
-rw-r--r--sci-mathematics/Macaulay2/files/70Macaulay2-gentoo.el3
-rw-r--r--sci-mathematics/Macaulay2/files/patch-3.1.0b12
2 files changed, 15 insertions, 0 deletions
diff --git a/sci-mathematics/Macaulay2/files/70Macaulay2-gentoo.el b/sci-mathematics/Macaulay2/files/70Macaulay2-gentoo.el
new file mode 100644
index 000000000..84c0a8c8c
--- /dev/null
+++ b/sci-mathematics/Macaulay2/files/70Macaulay2-gentoo.el
@@ -0,0 +1,3 @@
+;; sci-mathematics/Macaulay2 init file
+
+(load "M2-init")
diff --git a/sci-mathematics/Macaulay2/files/patch-3.1.0b b/sci-mathematics/Macaulay2/files/patch-3.1.0b
new file mode 100644
index 000000000..ec3efaad6
--- /dev/null
+++ b/sci-mathematics/Macaulay2/files/patch-3.1.0b
@@ -0,0 +1,12 @@
+diff -ur --exclude=configure tmp/factory/newdelete.cc factory/newdelete.cc
+--- tmp/factory/newdelete.cc 2008-10-28 04:16:24.000000000 -0500
++++ factory/newdelete.cc 2008-10-30 13:28:52.000000000 -0500
+@@ -1,6 +1,8 @@
+ /* emacs edit mode for this file is -*- C++ -*- */
+ /* $Id: newdelete.cc,v 1.3 2008/10/25 11:04:06 Singular Exp $ */
+
++#include <new>
++
+ #include <config.h>
+
+ #include "assert.h"