• 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/lapack/lapack.mk
Benjamin KamathBenjamin Kamath committed 1ba26756d8305 Jul 2016
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# lapack
4
#
5
################################################################################
6
​
7
LAPACK_VERSION = 3.6.1
8
LAPACK_SOURCE = lapack-$(LAPACK_VERSION).tgz
9
LAPACK_LICENSE = BSD-3c
10
LAPACK_LICENSE_FILES = LICENSE
11
LAPACK_SITE = http://www.netlib.org/lapack
12
LAPACK_INSTALL_STAGING = YES
13
LAPACK_CONF_OPTS = -DLAPACKE=ON -DCBLAS=ON
14
​
15
ifeq ($(BR2_PACKAGE_LAPACK_COMPLEX),y)
16
LAPACK_CONF_OPTS += -DBUILD_COMPLEX=ON -DBUILD_COMPLEX16=ON
17
else
18
LAPACK_CONF_OPTS += -DBUILD_COMPLEX=OFF -DBUILD_COMPLEX16=OFF
19
endif
20
​
21
$(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.