Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/cgal: New
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Dec 22, 2020
1 parent c4a802d commit fa4e4ab
Show file tree
Hide file tree
Showing 14 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions build/pkgs/cgal/SPKG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
cgal
====

Description
-----------

CGAL provides efficient and reliable geometric algorithms in the form
of a C++ library.

License
-------

Various open source licenses: GPL v3+, LGPL v3+, Boost Software
License, permissive license. See file LICENSE in the sources for
details.

Upstream Contact
----------------

http://www.cgal.org/
1 change: 1 addition & 0 deletions build/pkgs/cgal/distros/alpine.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cgal-dev
1 change: 1 addition & 0 deletions build/pkgs/cgal/distros/arch.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cgal
1 change: 1 addition & 0 deletions build/pkgs/cgal/distros/debian.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cgal
1 change: 1 addition & 0 deletions build/pkgs/cgal/distros/fedora.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CGAL
1 change: 1 addition & 0 deletions build/pkgs/cgal/distros/freebsd.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
math/cgal
1 change: 1 addition & 0 deletions build/pkgs/cgal/distros/gentoo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sci-mathematics/cgal
1 change: 1 addition & 0 deletions build/pkgs/cgal/distros/homebrew.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cgal
1 change: 1 addition & 0 deletions build/pkgs/cgal/distros/nix.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cgal
1 change: 1 addition & 0 deletions build/pkgs/cgal/distros/opensuse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cgal
1 change: 1 addition & 0 deletions build/pkgs/cgal/distros/void.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cgal-devel
4 changes: 4 additions & 0 deletions build/pkgs/cgal/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SAGE_SPKG_CONFIGURE([cgal], [
AC_PATH_PROG([CGAL_CREATE_CMAKELISTS], [cgal_create_CMakeLists])
AS_IF([test -z "$ac_cv_path_CGAL_CREATE_CMAKELISTS"], [sage_spkg_install_cgal=yes])
])
5 changes: 5 additions & 0 deletions build/pkgs/cgal/spkg-install
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#! /usr/bin/env bash
echo Error: cgal, a prerequisite of cgal_swig_bindings, is not installed.
echo Please install it manually, for example using the system packages
echo recommended by ./configure.
exit 1
1 change: 1 addition & 0 deletions build/pkgs/cgal/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
optional

0 comments on commit fa4e4ab

Please sign in to comment.