summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/cgal/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/cgal/package.py')
-rw-r--r--var/spack/repos/builtin/packages/cgal/package.py39
1 files changed, 11 insertions, 28 deletions
diff --git a/var/spack/repos/builtin/packages/cgal/package.py b/var/spack/repos/builtin/packages/cgal/package.py
index 8961ee48bc..785402b5e8 100644
--- a/var/spack/repos/builtin/packages/cgal/package.py
+++ b/var/spack/repos/builtin/packages/cgal/package.py
@@ -1,27 +1,8 @@
-##############################################################################
-# Copyright (c) 2013-2017, Lawrence Livermore National Security, LLC.
-# Produced at the Lawrence Livermore National Laboratory.
+# Copyright 2013-2018 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
-# This file is part of Spack.
-# Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved.
-# LLNL-CODE-647188
-#
-# For details, see https://github.com/spack/spack
-# Please also see the NOTICE and LICENSE files for our notice and the LGPL.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License (as
-# published by the Free Software Foundation) version 2.1, February 1999.
-#
-# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the IMPLIED WARRANTY OF
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the terms and
-# conditions of the GNU Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-##############################################################################
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
from spack import *
@@ -33,12 +14,14 @@ class Cgal(CMakePackage):
molecular biology, medical imaging, computer graphics, and robotics.
"""
homepage = 'http://www.cgal.org/'
- url = 'https://github.com/CGAL/cgal/archive/releases/CGAL-4.7.tar.gz'
+ url = 'https://github.com/CGAL/cgal/releases/download/releases/CGAL-4.11/CGAL-4.11.tar.xz'
- version('4.9.1', 'df6517df3320bf6c9de2e1b0361738b9')
- version('4.9', '7b628db3e5614347f776c046b7666089')
- version('4.7', '4826714810f3b4c65cac96b90fb03b67')
- version('4.6.3', 'e8ee2ecc8d2b09b94a121c09257b576d')
+ version('4.12', 'b12fd24dedfa889a04abfaea565a88bd')
+ version('4.11', '0e9566046e402f8dc514caef11155864')
+ version('4.9.1', '820ef17ffa7ed87af6cc9918a961d966')
+ version('4.9', 'ee31343dbc4bf7b5b7501ec1650e9233')
+ version('4.7', '623d91fb2ab0a35049dc6098a0f235cc')
+ version('4.6.3', '6953897544d41ffcc63ffe58b32a688f')
variant('shared', default=True,
description='Enables the build of shared libraries')