Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vcpkg/scripts/make] trying to iron out some issues #11836

Merged
merged 34 commits into from
Aug 13, 2020
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
3ccd4dd
take changes from fontconfig pr
Neumann-A Jul 26, 2020
a0907a1
[farmhash] add autoconf
Neumann-A Jul 26, 2020
0cf1aaa
[freexl] add autoconf
Neumann-A Jul 26, 2020
4fcff6c
[healpix] add autoconf
Neumann-A Jul 26, 2020
e9328fe
[libb2] add autoconf
Neumann-A Jul 26, 2020
b9725d7
[libwandio] add autoconf and patch
Neumann-A Jul 26, 2020
edf3b24
more autoconf
Neumann-A Jul 26, 2020
fc541db
[x264] fix windows build issues
Neumann-A Jul 26, 2020
ca25c71
minimal cleanup
Neumann-A Jul 26, 2020
3124ef9
Merge remote-tracking branch 'upstream/master' into fix_make_details
Neumann-A Aug 1, 2020
a307a02
[libwandio] some fixes
Neumann-A Aug 2, 2020
8093cf0
[vcpkg/scripts/make] add include to C/CXX flags correctly set machine…
Neumann-A Aug 2, 2020
eb73911
Merge remote-tracking branch 'upstream/master' into fix_make_details
Neumann-A Aug 2, 2020
1bab85b
remove unnecessary comments part 1
Neumann-A Aug 2, 2020
22bb852
cleanup part 2
Neumann-A Aug 2, 2020
c3413e8
cleanup
Neumann-A Aug 2, 2020
21487d6
remove unnecessary code
Neumann-A Aug 2, 2020
35b0d29
[pbc] fix osx regressions
Neumann-A Aug 3, 2020
c489dc1
Merge branch 'master' into fix_make_details
JackBoosY Aug 5, 2020
d90ae98
Merge remote-tracking branch 'upstream/master' into fix_make_details
Neumann-A Aug 5, 2020
9419320
Merge branch 'fix_make_details' of https://github.com/Neumann-A/vcpkg…
Neumann-A Aug 5, 2020
95f4ceb
[lzokay] format manifest
strega-nil Aug 5, 2020
8be872d
Merge remote-tracking branch 'upstream/master' into fix_make_details
Neumann-A Aug 6, 2020
4269503
Merge remote-tracking branch 'nil/fix-lzokay-formatting' into fix_mak…
Neumann-A Aug 6, 2020
d20fab1
try to copy sources to fix build issues
Neumann-A Aug 6, 2020
a194ae9
add autoconfig to force updated configure scripts
Neumann-A Aug 7, 2020
315d92d
bump port versions of openmpi and ocilib
Neumann-A Aug 7, 2020
c4caa38
added lib paths back into vcpkg_build_make because they are probably …
Neumann-A Aug 8, 2020
9718a36
Use CPP flags
Neumann-A Aug 8, 2020
c399f28
Apply suggestions from code review
Neumann-A Aug 10, 2020
0a546dd
Apply more changes forom CR
Neumann-A Aug 10, 2020
a7ce732
fix wrong variables.
Neumann-A Aug 10, 2020
21e9617
use the list macro instead of the single var macro
Neumann-A Aug 11, 2020
06896bb
also use it at the top
Neumann-A Aug 11, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ports/ocilib/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ if(VCPKG_TARGET_IS_WINDOWS)
else()
vcpkg_configure_make(
COPY_SOURCE
AUTOCONFIG
Neumann-A marked this conversation as resolved.
Show resolved Hide resolved
SOURCE_PATH ${SOURCE_PATH}
OPTIONS
--with-oracle-import=runtime
Expand Down