Commit Graph

13 Commits

Author SHA1 Message Date
Alexander Neumann
2bfd2b07e6
[ocilib] msbuild (#33165)
* ocilib msbuild

* v db
2023-08-15 16:32:40 -07:00
autoantwort
35ffca6eca
[ocilib] does support non windows arm (#31295) 2023-05-11 10:11:19 -07:00
Billy O'Neal
4d2e253e42
Avoid recalculating the default msbuild settings. (#31325)
* Fix the `vcpkg_install_msbuild` docs to reflect handling of x86==Win32.

See:
* https://github.com/microsoft/vcpkg/pull/28119#issuecomment-1336270264
* https://github.com/microsoft/vcpkg/issues/28076

* Remove overriding-with-the-default discovered in https://github.com/microsoft/vcpkg/pull/28119#issuecomment-1336270264

hunspell and mp3lame are left alone because they do other things with the resulting variable.

* Remove nonexistent reference to `MSBUILD_PLATFORM` variable.

* Simplify getting to x86, as discovered in https://github.com/microsoft/vcpkg/pull/28119#issuecomment-1336270264

* Version DB

* Whoops patches shouldn't be quoted.

* Delete vcpkg_install_msbuild.md

Docs changes have been migrated in microsoft/vcpkg-docs#21

* Update ocilib.json

* Update ocilib.json

---------

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2023-05-09 14:56:22 -07:00
jalegido
cba33db26d
[ocilib] Update to 4.7.5 (#29550)
* Ocilib update to 4.7.5

* vcpkg x-add-version --all

* Remove port-version

* vcpkg x-add-version --all

* Update vcpkg_from_github.REF

* vcpkg x-add-version --all --overwrite-version

---------

Co-authored-by: jjll <jjll@gmv.com>
2023-02-10 11:13:06 -08:00
LilyWangLL
8cb52e2eae
[ocilib] Disable warning C4191 (#23028)
* [ocilib] Disable warning C4191

* update version

* update patch

* update version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-02-11 15:14:46 -08:00
Billy O'Neal
c9e786d81a
[many ports] remove remaining vcpkg_fail_port_install calls. (#22770)
* Bulk remove vcpkg_fail_port_install calls.

Interesting ones have been split out into separate reviews, where "interesting" means "anything more than just deleting the call to vcpkg_fail_port_install",

In support of https://github.com/microsoft/vcpkg/pull/21502

* Update version database.

* Revert google benchmark changes already submitted as https://github.com/microsoft/vcpkg/pull/22728

* Repair version database.
2022-01-25 10:31:15 -08:00
chausner
5dc64446ec
[ocilib] Update to 4.7.3 (#21378)
* Update ocilib to 4.7.3

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-15 16:32:28 -08:00
autoantwort
7e3a3fd48e
[ocilib] no absolute paths (#21257) 2021-11-08 20:42:03 -08:00
Mats Taraldsvik
efeb03d202
[ocilib] fix wrong solution filename (#16625)
* [ocilib] fix wrong solution filename

There is only a single file in proj/dll and that is ocilib_dll_vs2019.sln.

* ran x-add-version on new version

* consolidated platform

* consolidated platform

Co-authored-by: Mats Taraldsvik <mats.taraldsvik@norkart.no>
2021-03-16 11:47:27 -07:00
JonLiu1993
322efbb617
[ocilib] Update to 4.7.0 (#13158) 2020-10-30 12:07:11 -07:00
Alexander Neumann
4935f12b6d
[vcpkg/scripts/make] trying to iron out some issues (#11836)
* take changes from fontconfig pr

* [farmhash] add autoconf

* [freexl] add autoconf

* [healpix] add autoconf

* [libb2] add autoconf

* [libwandio] add autoconf and patch

* more autoconf

* [x264] fix windows build issues

* minimal cleanup

* [libwandio] some fixes

* [vcpkg/scripts/make] add include to C/CXX flags correctly set machine flags for linker

* remove unnecessary comments part 1

* cleanup part 2

* cleanup

* remove unnecessary code

* [pbc] fix osx regressions

* [lzokay] format manifest

* try to copy sources to fix build issues

* add autoconfig to force updated configure scripts

* bump port versions of openmpi and ocilib

* added lib paths back into vcpkg_build_make because they are probably required

* Use CPP flags
add quotes around restoring of ENV
add LIB and LIBPATH correctly

* Apply suggestions from code review

Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>

* Apply more changes forom CR
- remove mingw make
- add doc for missing options
- introduce two new macros for backup/restore of env vars

* fix wrong variables.

* use the list macro instead of the single var macro

* also use it at the top

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>
2020-08-13 13:32:55 -07:00
Jack·Boos·Yu
d0751cde80
[vcpkg baseline][ocilib] Fix build failure (#11646)
* [ocilib] Fix build failure

* Update ports/ocilib/portfile.cmake

* Update ports/ocilib/portfile.cmake

* Update ports/ocilib/portfile.cmake

* Update ports/ocilib/portfile.cmake

Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
2020-06-01 17:52:36 -07:00
victorburckel
dbd822571e
[ocilib] Add new port (#11549)
* ocilib port

* Update ci.baseline

* Code review

* Code review
2020-05-26 21:38:37 -07:00