mirror of
https://github.com/amd/blis.git
synced 2026-05-11 09:39:59 +00:00
Removed 'debian' directory.
Details: - Removed the top-level 'debian' directory. This directory is apparently no longer needed (issue #257). Thanks to M. Zhou and Nico Schlömer for their contributions.
This commit is contained in:
5
debian/changelog
vendored
5
debian/changelog
vendored
@@ -1,5 +0,0 @@
|
||||
blis (0.3.2-1ubuntu1) UNRELEASED; urgency=medium
|
||||
|
||||
* Initial package
|
||||
|
||||
-- Nico Schlömer <nico.schloemer@gmail.com> Fri, 04 May 2018 12:42:09 +0200
|
||||
1
debian/compat
vendored
1
debian/compat
vendored
@@ -1 +0,0 @@
|
||||
9
|
||||
50
debian/control
vendored
50
debian/control
vendored
@@ -1,50 +0,0 @@
|
||||
Source: blis
|
||||
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
|
||||
Uploaders: Nico Schlömer <nico.schloemer@gmail.com>
|
||||
Section: math
|
||||
Priority: optional
|
||||
Standards-Version: 4.1.4
|
||||
# Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/blis.git
|
||||
# Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/blis.git
|
||||
Homepage: https://github.com/flame/blis
|
||||
Build-Depends:
|
||||
debhelper (>= 9),
|
||||
python
|
||||
|
||||
Package: libblis-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Depends: libblis (= ${binary:Version}), ${misc:Depends}
|
||||
Recommends: blis
|
||||
Description: BLAS-like Library Instantiation Software Framework
|
||||
BLIS is a portable software framework for instantiating high-performance
|
||||
BLAS-like dense linear algebra libraries. The framework was designed to
|
||||
isolate essential kernels of computation that, when optimized, immediately
|
||||
enable optimized implementations of most of its commonly used and
|
||||
computationally intensive operations. BLIS is written in ISO C99 and available
|
||||
under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like
|
||||
API, it also includes a BLAS compatibility layer which gives application
|
||||
developers access to BLIS implementations via traditional BLAS routine calls.
|
||||
An object-based API is also available for more experienced users.
|
||||
.
|
||||
The package contains development files.
|
||||
|
||||
Package: libblis
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Section: libs
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Recommends: blis
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Description: BLAS-like Library Instantiation Software Framework - shared library
|
||||
BLIS is a portable software framework for instantiating high-performance
|
||||
BLAS-like dense linear algebra libraries. The framework was designed to
|
||||
isolate essential kernels of computation that, when optimized, immediately
|
||||
enable optimized implementations of most of its commonly used and
|
||||
computationally intensive operations. BLIS is written in ISO C99 and available
|
||||
under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like
|
||||
API, it also includes a BLAS compatibility layer which gives application
|
||||
developers access to BLIS implementations via traditional BLAS routine calls.
|
||||
An object-based API is also available for more experienced users.
|
||||
.
|
||||
The package contains a shared library.
|
||||
32
debian/copyright
vendored
32
debian/copyright
vendored
@@ -1,32 +0,0 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: blis
|
||||
Source: https://github.com/flame/blis
|
||||
|
||||
Files: *
|
||||
Copyright: Copyright (C) 2017, Advanced Micro Devices, Inc.
|
||||
License: BSD-3
|
||||
BSD-3
|
||||
.
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
met:
|
||||
- Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
- Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
- Neither the name of the copyright holder nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
.
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
3
debian/libblis-dev.install
vendored
3
debian/libblis-dev.install
vendored
@@ -1,3 +0,0 @@
|
||||
usr/include
|
||||
usr/lib/*/libblis.so
|
||||
usr/lib/*/libblis.a
|
||||
1
debian/libblis.install
vendored
1
debian/libblis.install
vendored
@@ -1 +0,0 @@
|
||||
usr/lib/*/libblis.so.*
|
||||
15
debian/rules
vendored
15
debian/rules
vendored
@@ -1,15 +0,0 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
DEB_HOST_MULTIARCH?=$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
|
||||
|
||||
ifeq ($(DEB_HOST_MULTIARCH),x86_64-linux-gnu)
|
||||
CONFIG=x86_64
|
||||
else
|
||||
CONFIG=generic
|
||||
endif
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_configure:
|
||||
./configure --prefix=/usr --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) --enable-static --enable-shared $(CONFIG)
|
||||
1
debian/source/format
vendored
1
debian/source/format
vendored
@@ -1 +0,0 @@
|
||||
3.0 (quilt)
|
||||
3
debian/watch
vendored
3
debian/watch
vendored
@@ -1,3 +0,0 @@
|
||||
version=4
|
||||
opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/<project>-$1\.tar\.gz/ \
|
||||
https://github.com/flame/blis/tags .*/v?(\d\S+)\.tar\.gz
|
||||
Reference in New Issue
Block a user