mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 09:38:20 +08:00
[ocilib] Update to 4.7.0 (#13158)
This commit is contained in:
parent
09fe2c31fd
commit
322efbb617
@ -1,6 +1,5 @@
|
|||||||
Source: ocilib
|
Source: ocilib
|
||||||
Version: 4.6.4
|
Version: 4.7.1
|
||||||
Port-Version: 2
|
|
||||||
Homepage: https://vrogier.github.io/ocilib/
|
Homepage: https://vrogier.github.io/ocilib/
|
||||||
Description: OCILIB is an open source and cross platform Oracle Driver that delivers efficient access to Oracle databases.
|
Description: OCILIB is an open source and cross platform Oracle Driver that delivers efficient access to Oracle databases.
|
||||||
Supports: !(arm|uwp)
|
Supports: !(arm|uwp)
|
@ -1,13 +0,0 @@
|
|||||||
diff --git a/configure b/configure
|
|
||||||
index 6a87f9c..89ca6db 100755
|
|
||||||
--- a/configure
|
|
||||||
+++ b/configure
|
|
||||||
@@ -12628,7 +12628,7 @@ $as_echo "$OCILIB_PREFIX" >&6; }
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for OCILIB version" >&5
|
|
||||||
$as_echo_n "checking for OCILIB version... " >&6; }
|
|
||||||
|
|
||||||
- OCILIB_VER=`cat VERSION`
|
|
||||||
+ OCILIB_VER=`cat ${srcdir}/VERSION`
|
|
||||||
|
|
||||||
LT_MAJOR=`echo $OCILIB_VER | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
|
|
||||||
LT_AGE=`echo $OCILIB_VER | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
|
|
@ -3,11 +3,9 @@ vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp")
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO vrogier/ocilib
|
REPO vrogier/ocilib
|
||||||
REF v4.6.4
|
REF 8573bce60d4aa4ac421445149003424fc7a69e6d v4.7.1
|
||||||
SHA512 83f5614a23c8fb4ab02517dec95d8b490c5ef472302735d5cc4cf483cc51513cc81ae2e1b4618c7c73fb5b071efe422e463b46fa79492ccb4775b511a943295a
|
SHA512 862c2df2f8e356bfafda32bba2c4564464104afea047b6297241a5ec2da9e1d73f3cd33f55e5bcd0018fb1b3625e756c22baf6821ab51c789359266f989137c8
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
PATCHES
|
|
||||||
out_of_source_build_version_file_configure.patch
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if(VCPKG_TARGET_IS_WINDOWS)
|
if(VCPKG_TARGET_IS_WINDOWS)
|
||||||
@ -46,6 +44,10 @@ if(VCPKG_TARGET_IS_WINDOWS)
|
|||||||
|
|
||||||
file(MAKE_DIRECTORY ${CURRENT_PACKAGES_DIR}/debug)
|
file(MAKE_DIRECTORY ${CURRENT_PACKAGES_DIR}/debug)
|
||||||
file(COPY ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/lib DESTINATION ${CURRENT_PACKAGES_DIR}/debug)
|
file(COPY ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/lib DESTINATION ${CURRENT_PACKAGES_DIR}/debug)
|
||||||
|
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
||||||
|
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/bin)
|
||||||
|
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin)
|
||||||
|
endif()
|
||||||
else()
|
else()
|
||||||
vcpkg_configure_make(
|
vcpkg_configure_make(
|
||||||
COPY_SOURCE
|
COPY_SOURCE
|
||||||
|
@ -1088,7 +1088,6 @@ nvtt:x64-uwp=fail
|
|||||||
ocilib:arm64-windows=fail
|
ocilib:arm64-windows=fail
|
||||||
ocilib:arm-uwp=fail
|
ocilib:arm-uwp=fail
|
||||||
ocilib:x64-uwp=fail
|
ocilib:x64-uwp=fail
|
||||||
ocilib:x64-windows-static=fail
|
|
||||||
octomap:arm-uwp=fail
|
octomap:arm-uwp=fail
|
||||||
octomap:x64-uwp=fail
|
octomap:x64-uwp=fail
|
||||||
ode:arm64-windows=fail
|
ode:arm64-windows=fail
|
||||||
|
Loading…
x
Reference in New Issue
Block a user