mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
cgal: fix cross
This commit is contained in:
parent
2c563abde4
commit
6d5dbc34d4
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,7 @@ version=4.14
|
|||
revision=2
|
||||
wrksrc="CGAL-${version}"
|
||||
build_style=cmake
|
||||
build_helper="qemu"
|
||||
makedepends="boost-devel eigen mpfr-devel"
|
||||
short_desc="Computational Geometry Algorithms Library"
|
||||
maintainer="Pierre Allegraud <pierre.allegraud@crans.org>"
|
||||
|
@ -11,7 +12,6 @@ license="GPL-3.0-or-later, LGPL-3.0-or-later"
|
|||
homepage="https://www.cgal.org"
|
||||
distfiles="https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-${version}/CGAL-${version}.tar.xz"
|
||||
checksum=59464b1eaee892f2223ba570a7642892c999e29524ab102a6efd7c29c94a29f7
|
||||
nocross=yes
|
||||
|
||||
cgal-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Add table
Reference in a new issue