summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew W Elble <aweits@rit.edu>2020-10-21 11:46:50 -0400
committerGitHub <noreply@github.com>2020-10-21 10:46:50 -0500
commita26b744b658e1626668874479164f8241de69fa3 (patch)
tree2726244a4076de95f56c80b89500f927b0a75818
parentf006a54db2b979e1f7bb753f2afbdf8d1604c191 (diff)
downloadspack-a26b744b658e1626668874479164f8241de69fa3.tar.gz
spack-a26b744b658e1626668874479164f8241de69fa3.tar.bz2
spack-a26b744b658e1626668874479164f8241de69fa3.tar.xz
spack-a26b744b658e1626668874479164f8241de69fa3.zip
coinutils (#19421)
-rw-r--r--var/spack/repos/builtin/packages/coinutils/package.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/coinutils/package.py b/var/spack/repos/builtin/packages/coinutils/package.py
new file mode 100644
index 0000000000..87af413126
--- /dev/null
+++ b/var/spack/repos/builtin/packages/coinutils/package.py
@@ -0,0 +1,19 @@
+# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+from spack import *
+
+
+class Coinutils(AutotoolsPackage):
+ """CoinUtils is an open-source collection of classes and helper
+ functions that are generally useful to multiple COIN-OR
+ projects."""
+
+ homepage = "https://projects.coin-or.org/Coinutils"
+ url = "https://github.com/coin-or/CoinUtils/archive/releases/2.11.4.tar.gz"
+
+ version('2.11.4', sha256='d4effff4452e73356eed9f889efd9c44fe9cd68bd37b608a5ebb2c58bd45ef81')
+
+ build_directory = 'spack-build'