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

[POC|Invalid] Testing vcpkg without installed MSVC #42129

Draft
wants to merge 58 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
4b98150
[Invalid] Testing vcpkg without installed MSVC
Neumann-A Nov 12, 2024
5e74626
use lessmsi
Neumann-A Nov 12, 2024
13f4af9
update to 17.12. calc some versions
Neumann-A Nov 13, 2024
c668ae1
Fix details
Neumann-A Nov 14, 2024
59df484
include net 4.8.x
Neumann-A Nov 14, 2024
1a274d0
commit download generator
Neumann-A Nov 15, 2024
68f934f
Fix MSBuild
Neumann-A Nov 15, 2024
054908a
Fix Fortran stuff
Neumann-A Nov 16, 2024
5df3d96
Fix stuff detecting libm.lib from the intel compiler
Neumann-A Nov 17, 2024
e6e9900
update cmake to 3.31.0
Neumann-A Nov 21, 2024
b4bc90f
adjust cmake generator instance
Neumann-A Nov 21, 2024
0a72041
Only set GENERATOR_INSTANCE if supprted by generator
Neumann-A Nov 22, 2024
c023f86
fix single config build
Neumann-A Nov 23, 2024
24c76d9
fix include order
Neumann-A Nov 23, 2024
74f5fc5
Fix msbuild builds
Neumann-A Nov 27, 2024
c759757
fix easyhook
Neumann-A Nov 29, 2024
6a8088e
fix ffnvcodec
Neumann-A Nov 29, 2024
2ec7776
fix xqilla
Neumann-A Nov 29, 2024
6e78d24
Merge branch 'windows-triplet-without-installed-msvc' of https://gith…
Neumann-A Nov 29, 2024
c3ceef3
fix arpack-ng missing fortran
Neumann-A Nov 29, 2024
ee45443
fix usd
Neumann-A Nov 29, 2024
18e5c19
increase ninja version
Neumann-A Nov 29, 2024
db6afdf
adjust components
Neumann-A Nov 29, 2024
bd42c64
duilib fix single config
Neumann-A Nov 29, 2024
9fac459
fix marble
Neumann-A Nov 29, 2024
b6b62f9
Merge remote-tracking branch 'upstream/master' into windows-triplet-w…
Neumann-A Nov 30, 2024
574cd1a
fix stuff
Neumann-A Nov 30, 2024
335598e
more fixers
Neumann-A Nov 30, 2024
c47e8d5
fix stuff
Neumann-A Dec 1, 2024
ab745ae
print sdk version
Neumann-A Dec 1, 2024
c5d6b80
fix crashpad
Neumann-A Dec 1, 2024
4ea0520
set policy 0149 to new in toolchain
Neumann-A Dec 1, 2024
a632a24
update to 17.12.3
Neumann-A Dec 4, 2024
b4dd862
install vcvars64.bat
Neumann-A Dec 9, 2024
d813402
Fix vcvars stuff
Neumann-A Dec 9, 2024
572c8d4
fix kf5texteditor
Neumann-A Dec 10, 2024
448a4ad
Try fixing stuff but it probably won't work
Neumann-A Dec 11, 2024
206cb47
Try setting CMAKE_WINDOWS_KITS_10_DIR
Neumann-A Dec 11, 2024
68ce61e
do not build qtwebengine opencv4 llvm
Neumann-A Dec 11, 2024
dbaad07
set policy outside the toolchain
Neumann-A Dec 12, 2024
7627178
Merge remote-tracking branch 'upstream/master' into windows-triplet-w…
Neumann-A Dec 12, 2024
89c261e
Merge branch 'windows-triplet-without-installed-msvc' of https://gith…
Neumann-A Dec 12, 2024
23b5965
fix abs path
Neumann-A Dec 12, 2024
12bb0dc
fix pdcurses
Neumann-A Dec 12, 2024
ad2ab67
more fixes
Neumann-A Dec 12, 2024
312720c
fix a few failures
Neumann-A Dec 14, 2024
866e7d5
fix g2o
Neumann-A Dec 14, 2024
eeb2cf9
Merge remote-tracking branch 'upstream/master' into windows-triplet-w…
Neumann-A Dec 14, 2024
4091ec1
fix openmvg
Neumann-A Dec 14, 2024
130bebb
abs path fix
Neumann-A Dec 14, 2024
24952b2
fix patch
Neumann-A Dec 15, 2024
e6db172
Merge remote-tracking branch 'upstream/master' into windows-triplet-w…
Neumann-A Dec 23, 2024
93ac702
Merge remote-tracking branch 'upstream/master' into windows-triplet-w…
Neumann-A Jan 4, 2025
8a33676
Adjust to different vs installation approach, add llvm
Neumann-A Jan 4, 2025
8c3343e
Adjust paths and port names
Neumann-A Jan 5, 2025
26f048a
cleanup
Neumann-A Jan 6, 2025
9c8db0b
Fix clang-cl python
Neumann-A Jan 6, 2025
3fd9721
Fix more ports
Neumann-A Jan 8, 2025
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
Prev Previous commit
Next Next commit
fix arpack-ng missing fortran
  • Loading branch information
Neumann-A committed Nov 29, 2024
commit c3ceef3b2f77bf5abfb0caf84cef5127fb8cc2b5
6 changes: 6 additions & 0 deletions triplets/x64-win-msvc/port-customization/arpack-ng.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
list(APPEND VCPKG_CMAKE_CONFIGURE_OPTIONS "-DTOOLCHAIN_ENABLE_Fortran:BOOL=ON")

if(NOT DEP_INFO_RUN)
message("Loading Intel environment ....")
include("${_VCPKG_INSTALLED_DIR}/${TARGET_TRIPLET}/share/intel-hpc/intel-msvc-env.cmake")
endif()