Skip to content

Commit

Permalink
Merge pull request OpenMathLib#4346 from martin-frbg/issue4343
Browse files Browse the repository at this point in the history
Fix CMAKE installation location of lapacke_mangling header
  • Loading branch information
martin-frbg authored Nov 28, 2023
2 parents b7a28f5 + ff92e6e commit c4a622d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ if(NOT NO_LAPACKE)
ADD_CUSTOM_TARGET(genlapacke
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/lapack-netlib/LAPACKE/include/lapacke_mangling_with_flags.h.in "${CMAKE_BINARY_DIR}/lapacke_mangling.h"
)
install (FILES ${CMAKE_BINARY_DIR}/lapacke_mangling.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/openblas${SUFFIX64})
install (FILES ${CMAKE_BINARY_DIR}/lapacke_mangling.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
endif()

# Install pkg-config files
Expand Down

0 comments on commit c4a622d

Please sign in to comment.