dev-libs/liboqs - 0.15.0 (waffle-builds)

Search

Install

Install this version:

emerge -a =dev-libs/liboqs-0.15.0

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

autounmask =dev-libs/liboqs-0.15.0

Or alternatively:

emerge --autounmask-write -a =dev-libs/liboqs-0.15.0

Package Information

Description:
C library for quantum-resistant cryptographic algorithms
Homepage:
https://openquantumsafe.org/ https://github.com/open-quantum-safe/liboqs
License:
MIT public-domain || ( CC0-1.0 Apache-2.0 )

Ebuild Details

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

EAPI=8

inherit cmake

DESCRIPTION="C library for quantum-resistant cryptographic algorithms"
HOMEPAGE="https://openquantumsafe.org/ https://github.com/open-quantum-safe/liboqs"
SRC_URI="https://github.com/open-quantum-safe/liboqs/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT public-domain || ( CC0-1.0 Apache-2.0 )"
SLOT="0/9"
KEYWORDS="~amd64"
RESTRICT="test"

src_configure() {
	local mycmakeargs=(
		-DBUILD_SHARED_LIBS=ON
		-DOQS_BUILD_ONLY_LIB=ON
		-DOQS_DIST_BUILD=ON
		-DOQS_MINIMAL_BUILD="KEM_kyber_1024;KEM_classic_mceliece_348864"
		-DOQS_USE_OPENSSL=OFF
	)

	cmake_src_configure
}

Inherited Eclasses

Manifest for 0.15.0

Type File Size Source URLs
DIST liboqs-0.15.0.tar.gz 57000994 bytes https://github.com/open-quantum-safe/liboqs/archive/refs/tags/0.15.0.tar.gz