You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
916 B
23 lines
916 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>sci@gentoo.org</email>
|
|
<name>Gentoo Science Project</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
O2scl is a C++ class library for object-oriented numerical
|
|
programming. It includes classes based on numerical routines from
|
|
GSL and CERNLIB and two sub-libraries: thermodynamics of ideal and
|
|
nearly-ideal particles with quantum statistics and e quations of
|
|
state for finite density relevant for neutron stars.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="armadillo">Build matrix manipulation with <pkg>sci-libs/armadillo</pkg></flag>
|
|
<flag name="eigen">Build matrix manipulation with <pkg>dev-cpp/eigen</pkg></flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">awsteiner/o2scl</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|