Skip to content

Commit

Permalink
[openblas] Fix missing write to cblas.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0219-msft committed Apr 15, 2017
1 parent 8f24525 commit 583abfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/openblas/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: openblas
Version: v0.2.19
Version: v0.2.19-1
Description: OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
2 changes: 1 addition & 1 deletion ports/openblas/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ file(RENAME ${CURRENT_PACKAGES_DIR}/include/config.h ${CURRENT_PACKAGES_DIR}/inc

file(READ ${SOURCE_PATH}/cblas.h CBLAS_H)
string(REPLACE "#include \"common.h\"" "#include \"openblas_common.h\"" CBLAS_H ${CBLAS_H})
file(WRITE ${CURRENT_PACKAGES_DIR}/include/cblas.h)
file(WRITE ${CURRENT_PACKAGES_DIR}/include/cblas.h ${CBLAS_H})

# openblas is BSD
file(COPY ${CURRENT_BUILDTREES_DIR}/src/OpenBLAS-0.2.19/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/openblas)
Expand Down

0 comments on commit 583abfa

Please sign in to comment.