Browse Source

set OPENBLAS_CMAKE_DIR to <prefix>/lib/cmake/<package_name>

usually these files are more often located in this subdir
tags/v0.2.14^2
xantares 11 years ago
parent
commit
b8ff6892f6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.install

+ 1
- 1
Makefile.install View File

@@ -9,7 +9,7 @@ OPENBLAS_INCLUDE_DIR := $(PREFIX)/include
OPENBLAS_LIBRARY_DIR := $(PREFIX)/lib OPENBLAS_LIBRARY_DIR := $(PREFIX)/lib
OPENBLAS_BINARY_DIR := $(PREFIX)/bin OPENBLAS_BINARY_DIR := $(PREFIX)/bin
OPENBLAS_BUILD_DIR := $(CURDIR) OPENBLAS_BUILD_DIR := $(CURDIR)
OPENBLAS_CMAKE_DIR := $(PREFIX)/cmake
OPENBLAS_CMAKE_DIR := $(OPENBLAS_LIBRARY_DIR)/cmake/openblas
OPENBLAS_CMAKE_CONFIG := OpenBLASConfig.cmake OPENBLAS_CMAKE_CONFIG := OpenBLASConfig.cmake


.PHONY : install .PHONY : install


Loading…
Cancel
Save