sci-libs/mesquite - 2.3.0 (science)

Search

Package Information

Description:
Mesh Quality Improvement Toolkit
Homepage:
https://trilinos.github.io/mesquite.html
License:
LGPL-2

Ebuild Details

Version EAPI Keywords Slot
2.3.0 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Mesh Quality Improvement Toolkit"
HOMEPAGE="https://trilinos.github.io/mesquite.html"
SRC_URI="https://software.sandia.gov/${PN}/${P}.tar.gz"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

src_configure() {
	econf \
	--enable-shared             \
	--disable-imesh             \
	--disable-igeom             \
	--disable-irel              \
	--without-cppunit           \
	--enable-trap-fpe           \
	--disable-function-timers
}

src_compile() {
	## make sure the Mesquite_all_headers.hpp is generated
	# with new configure flags!
	emake mostlyclean-generic
}

Manifest for 2.3.0

Type File Size Source URLs
DIST mesquite-2.3.0.tar.gz 12450450 bytes https://software.sandia.gov/mesquite/mesquite-2.3.0.tar.gz