cgal.org
The public CGAL repository, see the README below
Package Information
- Domain:
cgal.org
- Name:
cgal.org
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install +cgal.org -- $SHELL -i
Programs
This package provides the following executable programs:
cgal_create_CMakeLists
cgal_create_cmake_script
cgal_make_macosx_app
Aliases
This package can also be accessed using these aliases:
cgal
Available Versions
Show all 5 versions
6.0.1
,6.0.0
,5.6.2
,5.6.1
,5.6.0
Latest Version: 6.0.1
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +cgal.org@6.0.1 -- $SHELL -i
Dependencies
This package depends on:
boost.org
eigen.tuxfamily.org
gnu.org/gmp
gnu.org/mpfr
openssl.org
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.cgalorg
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.