summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/gmodel/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/gmodel/package.py')
-rw-r--r--var/spack/repos/builtin/packages/gmodel/package.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/gmodel/package.py b/var/spack/repos/builtin/packages/gmodel/package.py
new file mode 100644
index 0000000000..65ab123158
--- /dev/null
+++ b/var/spack/repos/builtin/packages/gmodel/package.py
@@ -0,0 +1,20 @@
+# Copyright 2013-2018 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 Gmodel(CMakePackage):
+ """Gmsh model generation library
+
+ Gmodel is a C++11 library that implements a minimal CAD kernel based
+ on the .geo format used by the Gmsh mesh generation code, and is
+ designed to make it easier for users to quickly construct CAD models
+ for Gmsh.
+ """
+ homepage = "https://github.com/ibaned/gmodel"
+ url = "https://github.com/ibaned/gmodel/archive/v2.1.0.tar.gz"
+
+ version('2.1.0', '80df0c6dc413a9ffa0f0e7b65118b05b643ba3e1bfcac28fb91d2d3ad017fda0')