components/fftw/fftw.p5m
author Jay Cotton <jay.cotton@oracle.com>
Tue, 15 Nov 2016 22:27:05 -0800
changeset 7333 85747fa32c93
child 7481 0bc6259c3cf8
permissions -rw-r--r--
23245469 Move fftw 3.2.1 to Userland
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7333
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
     1
#
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
     3
#
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
     7
#
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    12
#
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    18
#
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    20
#
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    21
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    22
#
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    23
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    24
#
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    25
<transform file path=usr.*/man/.+ -> \
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    26
    default mangler.man.stability uncommitted>
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    27
set name=pkg.fmri \
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    28
    value=pkg:/library/fftw-3@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    29
set name=pkg.summary value="Fourier transform library"
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    30
set name=com.oracle.info.description \
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    31
    value="FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data"
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    32
set name=com.oracle.info.tpno value=$(TPNO)
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    33
set name=info.classification \
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    34
    value="org.opensolaris.category.2008:Development/High Performance Computing"
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    35
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    36
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.arc-caseid value=PSARC/2008/438
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    38
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    39
file path=usr/bin/fftw-wisdom
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    40
file path=usr/bin/fftw-wisdom-to-conf
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    41
file path=usr/bin/fftwf-wisdom
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    42
file path=usr/bin/fftwl-wisdom
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    43
file path=usr/include/fftw3.f
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    44
file path=usr/include/fftw3.h
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    45
link path=usr/lib/$(MACH64)/libfftw3.so target=libfftw3.so.3.2.3
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    46
link path=usr/lib/$(MACH64)/libfftw3.so.3 target=libfftw3.so.3.2.3
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    47
file path=usr/lib/$(MACH64)/libfftw3.so.3.2.3
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    48
link path=usr/lib/$(MACH64)/libfftw3f.so target=libfftw3f.so.3.2.3
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    49
link path=usr/lib/$(MACH64)/libfftw3f.so.3 target=libfftw3f.so.3.2.3
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    50
file path=usr/lib/$(MACH64)/libfftw3f.so.3.2.3
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    51
link path=usr/lib/$(MACH64)/libfftw3l.so target=libfftw3l.so.3.2.3
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    52
link path=usr/lib/$(MACH64)/libfftw3l.so.3 target=libfftw3l.so.3.2.3
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    53
file path=usr/lib/$(MACH64)/libfftw3l.so.3.2.3
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    54
file path=usr/lib/$(MACH64)/pkgconfig/fftw3.pc
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    55
file path=usr/lib/$(MACH64)/pkgconfig/fftw3f.pc
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    56
file path=usr/lib/$(MACH64)/pkgconfig/fftw3l.pc
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    57
link path=usr/lib/libfftw3.so target=libfftw3.so.3.2.3
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    58
link path=usr/lib/libfftw3.so.3 target=libfftw3.so.3.2.3
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    59
file path=usr/lib/libfftw3.so.3.2.3
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    60
link path=usr/lib/libfftw3f.so target=libfftw3f.so.3.2.3
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    61
link path=usr/lib/libfftw3f.so.3 target=libfftw3f.so.3.2.3
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    62
file path=usr/lib/libfftw3f.so.3.2.3
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    63
link path=usr/lib/libfftw3l.so target=libfftw3l.so.3.2.3
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    64
link path=usr/lib/libfftw3l.so.3 target=libfftw3l.so.3.2.3
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    65
file path=usr/lib/libfftw3l.so.3.2.3
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    66
file path=usr/lib/pkgconfig/fftw3.pc
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    67
file path=usr/lib/pkgconfig/fftw3f.pc
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    68
file path=usr/lib/pkgconfig/fftw3l.pc
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    69
file path=usr/share/info/fftw3.info
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    70
file path=usr/share/man/man1/fftw-wisdom-to-conf.1
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    71
file path=usr/share/man/man1/fftw-wisdom.1
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    72
file path=usr/share/man/man1/fftwf-wisdom.1
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    73
file path=usr/share/man/man1/fftwl-wisdom.1
85747fa32c93 23245469 Move fftw 3.2.1 to Userland
Jay Cotton <jay.cotton@oracle.com>
parents:
diff changeset
    74
license fftw.license license="GPLv2, MIT"