sci-libs/libhomfly - 1.04 (gentoo)

Search

Install

Install this version:

emerge -a =sci-libs/libhomfly-1.04

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sci-libs/libhomfly-1.04

Or alternatively:

emerge --autounmask-write -a =sci-libs/libhomfly-1.04

Package Information

Description:
Library to compute the homfly polynomial of a link
Homepage:
https://github.com/miguelmarco/libhomfly
License:
Unlicense

Ebuild Details

Version EAPI Keywords Slot
1.04 8 ~amd64 ~riscv 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_PV=$(ver_rs 2 r)
MY_P="${PN}-${MY_PV}"
DESCRIPTION="Library to compute the homfly polynomial of a link"
HOMEPAGE="https://github.com/miguelmarco/libhomfly"
SRC_URI="https://github.com/miguelmarco/${PN}/releases/download/${MY_PV}/${MY_P}.tar.gz"

S="${WORKDIR}/${MY_P}"

LICENSE="Unlicense"
SLOT="0"
KEYWORDS="~amd64 ~riscv"

DEPEND="dev-libs/boehm-gc"
RDEPEND="${DEPEND}"

src_install() {
	default
	find "${ED}" -name '*.la' -delete || die
}

Dependencies

DEPEND

dev-libs/boehm-gc

RDEPEND

dev-libs/boehm-gc