Commit Graph

27 Commits

Author SHA1 Message Date
Lily Wang
4a2a09b905
[bullet3] Fix wrong target_link_libraries printed (#28214)
* [bullet3] Fix wrong target_link_libraries printed

* x-add-version

* update patch

* x-add-version
2022-12-08 15:23:12 -08:00
John Wason
cfc61b1e39
[bullet3] Add bullet3 features double-precision and rtti, enable several extras (#25784)
* Add bullet3 features double-precision and rtti, enable a few extras

* [bullet3] bump port-version, format, x-add-version

* [bullet3] bump port-version

* Update version database

* [bullet3] reduce port-version

* Update version database
2022-07-18 15:17:19 -07:00
Sandy
e71f053e1d
[bullet3] Update to 3.22 (#23801)
* [bullet3]: Add zlib license to manifest file

* [bullet3] Update to 3.22

Remove both patches which have been merged.
2022-03-28 13:42:25 -07:00
Sandy
67f79d8799
[Bullet3] Remove platform restrictions (#23673)
* bullet3: Add patch for windows-arm64

* bullet3: Add patch for uwp

* Bullet: Remove platform restrictions

Bullet claims to support all platforms. ARM works on android and UWP seems to be taken into consideration.
Vcpkg's restrictions are historical and seem to date back to when the CI was unable to properly test all platforms.
2022-03-21 14:07:49 -07:00
Billy O'Neal
485e459074
[bullet3] Remove vcpkg_fail_port_install. (#22729)
* [bullet3] Remove vcpkg_fail_port_install.

The supports expression and the portfile.cmake disagreed.

Supports: !((windows | linux) & (arm | uwp))
Portfile: osx | !(arm | arm64 | uwp)

If we demorgan the supports expression we get something closer to the portfile:
!(windows | linux) | !(arm | uwp)

If we take "!(windows | linux)" to mean that the author meant "osx", and assume arm64 implies arm, we end up with:

osx | !(arm | uwp)

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

* Also remove ci.baseline.txt entries now covered by vcpkg.json.
2022-01-23 22:43:39 -08:00
Jack·Boos·Yu
0de4f9feb6
[bullet3] Add support for OSX arm triplet (#21108)
* [bullet3] Add support for OSX arm triplet

* version

* Replace depreciate functions

* version
2021-11-02 11:57:02 -07:00
autoantwort
e7e328cf9d
[many ports] call vcpkg_fixup_pkgconfig() (#20953)
* [many ports] call vcpkg_fixup_pkgconfig()

The ports generate pc files, but don't call vcpkg_fixup_pkgconfig() so that there are absolute paths in the pc files

* Update port-version for armadillo and polyclipping.

* Update version database.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-10-27 15:19:28 -07:00
Mathis
bedae7b820
[Bullet3] fixes config failures. (#19236)
* fix bullet3

* add-version

* change version-string to version

* overwrite version

* add export targets; change usage_file

* version

* add bullet include dirs to target

* version

* remove line break

* version

* apply changes from @JackBoosY

* version

* change EOL to LF

* version
2021-08-31 12:55:56 -07:00
Sean Farrell
6ece598d97
Bumps bullet to 3.17 (#18295) 2021-06-11 08:58:43 -07:00
Phoebe
df31c41168
[bullet3] Add usage (#10226) 2020-02-28 21:30:50 -08:00
SeekingMeaning
b72eda9710 [bullet3] Update to 2.89 (#9663) 2020-01-13 11:30:54 -08:00
Stephen Just
d9bb748ac8 [bullet3] Install CMake toolchain files and targets (#9098)
* [bullet3] Install CMake toolchain files and targets

* Use vcpkg_fixup_cmake_targets

* Bump version number
2020-01-06 14:44:15 -08:00
Phoebe
bcff929875 Add PREFER_NINJA to many ports (#7468)
* Add PREFER_NINJA to many ports
2019-07-31 13:01:02 -07:00
Lassi
80b187ad64 [Bullet3] feature for multithreading (#7474)
* feature for multithreading switch

* remove prefer ninja
2019-07-30 19:10:59 -04:00
pravic
18b029a5e3 [WIP] Add a Homepage URL entry for vcpkg ports (#2933)
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-06-15 16:54:47 -07:00
Robert Schumacher
33af90d42a
[many ports] Updates 2019.05.19 (#6524) 2019-05-21 21:00:24 -07:00
Victor Romero
050e71d01d
Remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (#5937)
* [various ports] remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS

* [alac,benchmark,capnproto] Fix  check_linkage call

* [fastlz] Fix SHA512

* [coroutine] Fix dynamic build

* [folly] Find double-conversion

* [gamma] Use vcpkg_from_github

* [librsync] Enable static builds

* [netcdf-cxx4] Fix SHA512

* [octomap] Fix static build

* [tidy-html5] Fix static build

* [various ports] remove custom messages for shared/static builds, modernize some scripts in the meantime

* [folly] Use ras0219's fix for link paths

* [octomap] Fix exported targets

* [uvatlas] Set tool download SHA512

* [duktape+python2] fix portfile to call configure with correct python version, manage python2 also outside win32

* [suitesparse] osx fix

* [gtkmm] Call vcpkg_check_linkage after including vcpkg functions

* [duktape] Resolve conflicts

* [duktape] FIxed typo in Python paths

* [wangle] Find zlib

* [openssl-uwp] Fix SHA512

* [glib] Allow static builds on non-Windows

* [suitesparse] Fix build on Windows

* [multiple ports] Bump CONTROL version

* [multiple ports] Fix description indent

* [directxtk] Fix CONTROL file

* [bde,duktape,qpid-proton] Build packages with python2 installed

* [binn] remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS

* [gdal,live555,uriparser] Fix regressions

* [live555] Update to 2019.04.24
2019-05-02 22:57:43 -07:00
Rémy Tassoux
538e61ab91 [bullet3] Update from 2.86.1 to 2.87 2017-12-23 18:07:20 +01:00
Alexander Karatarakis
26516fe485 vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7) 2017-09-09 00:12:54 -07:00
Toby Chen
7a00b2b96e [bullet3] update to 2.86.1 2017-03-09 12:40:03 -05:00
Alexander Karatarakis
1808d461b0 triplet is now automatically included before portfiles.
Also remove trailing whitespaces from portfiles
2016-11-08 14:25:47 -08:00
Alexander Karatarakis
71594b6bef Remove portfile branching of vcpkg_copy_pdbs() 2016-10-31 12:34:04 -07:00
Alexander Karatarakis
c716b6bc60 [bullet3] Only call vcpkg_copy_pdbs() on dynamic builds 2016-10-26 12:09:34 -07:00
Adam Martin
f2f018271f [fastlz] Added fastlz library
Also did minor formating to the bullet3 portfile while using it for comparisson.

The version was uncertain so I just used 1.0.
2016-10-20 15:25:10 -05:00
Robert Schumacher
b23b5c698a [bullet3] Avoid '@' in version. Use more official repository. Name file such that future versions won't conflict. 2016-10-07 14:23:36 -07:00
Adam Martin
f562159d6d [bullet3] Updated to use newer commit and build DLLs 2016-10-07 14:35:42 -05:00
Adam Martin
12958410a0 [bullet3] Initial addition 2016-10-05 14:49:55 -05:00