summaryrefslogtreecommitdiff
path: root/math/frobby/files/patch-src_main.cpp
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2019-03-19 16:04:10 +0000
committerSteve Wills <swills@FreeBSD.org>2019-03-19 16:04:10 +0000
commit2da2d29922225871b638092e2b024dda36fd9f4e (patch)
tree149e65e96fa937b06f26cff8d372a366ff5a08be /math/frobby/files/patch-src_main.cpp
parentgames/ecwolf: create port (diff)
math/frobby: create port
Frobby is a software system and project for computations with monomial ideals. Frobby is free software and it is intended as a vehicle for computational and mathematical research on monomial ideals. The current functionality includes Euler characteristic, Hilbert series, maximal standard monomials, combinatorial optimization on monomial ideals, primary decomposition, irreducible decomposition, Alexander dual, associated primes, minimization and intersection of monomial ideals as well as the computation of Frobenius problems (using 4ti2) with very large numbers. Frobby is also able to translate between formats that can be used with several different computer systems, such as Macaulay 2, Monos, 4ti2, CoCoA4 and Singular. Thus Frobby can be used with any of those systems. WWW: http://www.broune.com/frobby/ PR: 231208 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch>
Notes
Notes: svn path=/head/; revision=496268
Diffstat (limited to 'math/frobby/files/patch-src_main.cpp')
-rw-r--r--math/frobby/files/patch-src_main.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/math/frobby/files/patch-src_main.cpp b/math/frobby/files/patch-src_main.cpp
new file mode 100644
index 000000000000..81ca6811bd73
--- /dev/null
+++ b/math/frobby/files/patch-src_main.cpp
@@ -0,0 +1,10 @@
+--- src/main.cpp.orig 2011-09-23 20:09:12 UTC
++++ src/main.cpp
+@@ -24,6 +24,7 @@
+
+ #include <ctime>
+ #include <cstdlib>
++#include <unistd.h>
+
+ /** This function runs the Frobby console interface. the ::main
+ function calls this function after having set up DEBUG-specific