Skip to content

Commit

Permalink
Rename port from libgsl to gnusl
Browse files Browse the repository at this point in the history
  • Loading branch information
muemart committed May 2, 2017
1 parent 910f46f commit d75fcbb
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion ports/libgsl/CONTROL → ports/gnusl/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: libgsl
Source: gnusl
Version: 2.3
Description: The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers
4 changes: 2 additions & 2 deletions ports/libgsl/portfile.cmake → ports/gnusl/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ vcpkg_configure_cmake(
vcpkg_install_cmake()

# Handle copyright
file(COPY ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/libgsl)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/libgsl/COPYING ${CURRENT_PACKAGES_DIR}/share/libgsl/copyright)
file(COPY ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/gnusl)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/gnusl/COPYING ${CURRENT_PACKAGES_DIR}/share/gnusl/copyright)

vcpkg_copy_pdbs()

0 comments on commit d75fcbb

Please sign in to comment.