• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/clapack/clapack.mk
Rahul BedarkarRahul Bedarkar committed 9f59b378a3630 Mar 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# clapack
4
#
5
################################################################################
6
​
7
CLAPACK_VERSION = 3.2.1
8
CLAPACK_SOURCE = clapack-$(CLAPACK_VERSION)-CMAKE.tgz
9
# This package provides 3 libraries:
10
# - libf2c.a (not installed)
11
# - libblas (statically linked with libf2c.a)
12
# - liblapack (statically linked with libf2c.a)
13
CLAPACK_LICENSE = HPND (libf2c), BSD-3-Clause (libblas and liblapack)
14
CLAPACK_LICENSE_FILES = F2CLIBS/libf2c/Notice COPYING
15
CLAPACK_SITE = http://www.netlib.org/clapack
16
CLAPACK_INSTALL_STAGING = YES
17
​
18
ifneq ($(BR2_PACKAGE_CLAPACK_ARITH_H),)
19
CLAPACK_CONF_OPTS += -DARITH_H=$(BR2_PACKAGE_CLAPACK_ARITH_H)
20
endif
21
​
22
$(eval $(cmake-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.