• 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/0004-cmake-blas-add-library-and-header-install-rules.patch
Peter KorsgaardPeter Korsgaard committed 298cd8eaa2103 Feb 2015
Raw file
Source viewDiff to previous
 
1
From 675111e8ffc179276a7e4950fe4a4eda4d38a703 Mon Sep 17 00:00:00 2001
2
From: Samuel Martin <s.martin49@gmail.com>
3
Date: Sat, 11 Jan 2014 21:48:32 +0100
4
Subject: [PATCH 4/6] cmake: blas: add library and header install rules
5
​
6
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
7
---
8
 BLAS/SRC/CMakeLists.txt | 2 ++
9
 1 file changed, 2 insertions(+)
10
​
11
diff --git a/BLAS/SRC/CMakeLists.txt b/BLAS/SRC/CMakeLists.txt
12
index d1caff8..a5de5a1 100644
13
--- a/BLAS/SRC/CMakeLists.txt
14
+++ b/BLAS/SRC/CMakeLists.txt
15
@@ -141,3 +141,5 @@ if(UNIX)
16
   target_link_libraries(blas m)
17
 endif()
18
 target_link_libraries(blas f2c)
19
+install(TARGETS blas LIBRARY DESTINATION lib ARCHIVE DESTINATION lib)
20
+install(FILES "${CLAPACK_SOURCE_DIR}/INCLUDE/blaswrap.h" DESTINATION include)
21
-- 
22
1.8.5.3
23
​
  • 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.