xref: /illumos-gate/usr/src/pkg/manifests/system-library-math.p5m (revision a4955f4fa65e38d70c07d38e657a9aff43fa155f)
1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source.  A copy of the CDDL is also available via the Internet at
9# http://www.illumos.org/license/CDDL.
10#
11
12#
13# Copyright (c) 2012, Igor Kozhukhov <ikozhukhov@gmail.com>.  All rights reserved.
14# Copyright 2020 OmniOS Community Edition (OmniOSce) Association.
15#
16
17<include system-library-math.man3m.inc>
18<include system-library-math.man3mvec.inc>
19set name=pkg.fmri value=pkg:/system/library/math@$(PKGVERS)
20set name=pkg.summary value="Math Libraries"
21set name=pkg.description value="Math Libraries"
22set name=description value="Math Libraries"
23set name=info.classification \
24    value=org.opensolaris.category.2008:System/Libraries
25set name=variant.arch value=$(ARCH)
26dir  path=lib
27dir  path=lib/$(ARCH64)
28link path=lib/$(ARCH64)/libm.so target=libm.so.2
29file path=lib/$(ARCH64)/libm.so.1
30file path=lib/$(ARCH64)/libm.so.2
31link path=lib/$(ARCH64)/libmvec.so target=libmvec.so.1
32file path=lib/$(ARCH64)/libmvec.so.1
33link path=lib/libm.so target=libm.so.2
34file path=lib/libm.so.1
35file path=lib/libm.so.2
36$(i386_ONLY)dir path=lib/libmvec
37link path=lib/libmvec.so target=libmvec.so.1
38file path=lib/libmvec.so.1
39$(i386_ONLY)file path=lib/libmvec/libmvec_hwcap1.so.1
40dir  path=usr group=sys
41dir  path=usr/include
42file path=usr/include/complex.h
43file path=usr/include/fenv.h
44file path=usr/include/floatingpoint.h
45dir  path=usr/include/iso
46file path=usr/include/iso/math_c99.h
47file path=usr/include/iso/math_iso.h
48file path=usr/include/math.h
49dir  path=usr/include/sys
50file path=usr/include/sys/ieeefp.h
51file path=usr/include/tgmath.h
52dir  path=usr/lib
53dir  path=usr/lib/$(ARCH64)
54link path=usr/lib/$(ARCH64)/libm.so target=../../../lib/$(ARCH64)/libm.so.2
55link path=usr/lib/$(ARCH64)/libm.so.1 target=../../../lib/$(ARCH64)/libm.so.1
56link path=usr/lib/$(ARCH64)/libm.so.2 target=../../../lib/$(ARCH64)/libm.so.2
57link path=usr/lib/$(ARCH64)/libmvec.so \
58    target=../../../lib/$(ARCH64)/libmvec.so.1
59link path=usr/lib/$(ARCH64)/libmvec.so.1 \
60    target=../../../lib/$(ARCH64)/libmvec.so.1
61link path=usr/lib/libm.so target=../../lib/libm.so.2
62link path=usr/lib/libm.so.1 target=../../lib/libm.so.1
63link path=usr/lib/libm.so.2 target=../../lib/libm.so.2
64link path=usr/lib/libmvec.so target=../../lib/libmvec.so.1
65link path=usr/lib/libmvec.so.1 target=../../lib/libmvec.so.1
66dir  path=usr/share/man/man3m
67dir  path=usr/share/man/man3mvec
68legacy pkg=SUNWlibms desc="Math Libraries (Usr)" \
69    hotline="Please contact your local service provider" \
70    name="Math Libraries (Usr)" vendor="Sun Microsystems, Inc." \
71    version=5.11,REV=2009.08.04
72legacy pkg=SUNWlibmsr desc="Math Libraries (Root)" \
73    hotline="Please contact your local service provider" \
74    name="Math Libraries (Root)" vendor="Sun Microsystems, Inc." \
75    version=5.11,REV=2009.08.04
76