summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorketsubouchi <kenta.tsubouchi@hac-inc.co.jp>2020-09-01 20:11:55 +0900
committerGitHub <noreply@github.com>2020-09-01 13:11:55 +0200
commit3a5746c6c75d4187e0e6dfc3665a2e34c30de37a (patch)
tree61a4c9f3a4e3a1a66d019e910b55e53e887586d6 /var
parent3701633937a80c56ce212cd77c82c082f705e7ad (diff)
downloadspack-3a5746c6c75d4187e0e6dfc3665a2e34c30de37a.tar.gz
spack-3a5746c6c75d4187e0e6dfc3665a2e34c30de37a.tar.bz2
spack-3a5746c6c75d4187e0e6dfc3665a2e34c30de37a.tar.xz
spack-3a5746c6c75d4187e0e6dfc3665a2e34c30de37a.zip
orbit2: new package at v2.14.19 (#18405)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/orbit2/package.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/orbit2/package.py b/var/spack/repos/builtin/packages/orbit2/package.py
new file mode 100644
index 0000000000..6fed395b84
--- /dev/null
+++ b/var/spack/repos/builtin/packages/orbit2/package.py
@@ -0,0 +1,20 @@
+# 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 Orbit2(AutotoolsPackage):
+ """ORBit is a fast and lightweight CORBA server."""
+
+ homepage = "https://developer.gnome.org"
+ url = "https://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.14/ORBit2-2.14.19.tar.bz2"
+
+ version('2.14.19', sha256='55c900a905482992730f575f3eef34d50bda717c197c97c08fa5a6eafd857550')
+
+ depends_on('pkgconfig', type='build')
+ depends_on('glib')
+ depends_on('libidl')