aboutsummaryrefslogtreecommitdiff
path: root/ports/llvm/portfile.cmake
AgeCommit message (Collapse)Author
2021-08-27[llvm] update to 12.0.1 (#19741)autoantwort
2021-07-22[llvm] improve cross compilation (#18770)Alexandre Bique
2021-06-29[llvm] update to 12.0.0, enable zlib and libxml2 (#17302)Yury Bura
* [llvm] update to 12.0.0, enable zlib and libxml2 * [llvm] disable libxml2 by default, arm64-windows should be supported * [llvm] try to fix build with ffi on Windows #17663 * [llvm] re-enable libxml2 * [llvm] fix formatting * [llvm] overwrite version * [mesa] update to v21.1.0 * [llvm] update ci.baseline * [halide] update to the latest master commit * [llvm] disable libxml2 port until complete PR #15390 * update versions * [llvm] fix disabling of external libraries * update version * update ci.baseline * update ci.baseline * fix typo * [llvm] fix libxml2 (depends on #17945) * revert "[halide] update to the latest master commit" * update versions * [halide] fix zlib dependency for tools * update versions * [halide] update to official release v12.0.0 * update versions * [halide] update to v12.0.1 * update version * [mesa] remove llvm from defaults * update version * update ci.baseline * [mesa] update to v21.1.2 and fix build with LLVM on Windows * [llvm] allow to build libunwind project on Windows * update versions * [mesa] update ci.baseline.txt to disable x64-windows-static-md, may be fixed in the PR #18495
2021-04-13[llvm] update to 11.1.0, add features and fix issues (#16232)Yury Bura
* fix issue #16215 * add more projects and fix issue #16222 * add version * exclude libc from default projects * remove libc, add fland to default projects * update to v11.1.0 * fix compiler-rt install path * fix SHA for version 11.1.0 * fix libc++ install * re-fix libc++ install * fix pstl install * fix flang's license file name * install tools in tools/llvm, fix file names * revert bin directory for libraries * don't create clang sub-directory in llvm/tools * overwrite version * copy tool dependencies * overwrite version * remove vcpkg_copy_tools call * overwrite version * restore default features * overwrite version * overwrite version * convert manifest to json * install usage files * overwrite version * remove feature `default-projects` * modernize CMake in usage files * overwrite version * update ordering * override version
2021-03-29[llvm] add more features (#16877)Alexandre Bique
2021-02-22[llvm] Fix resource path when building tools (#16294)Jack·Boos·Yu
* [llvm] Fix resource path when building tools * update version record
2020-11-30[llvm] update to 11.0.0 (#13998)yurybura
* [vcpkg] allow to use semicolons in COMMAND argument * [llvm] update to 11.0.0 * [vcpkg] use latest version * [vcpkg] allow to use semicolons in OPTIONS * fix vcpkg_fixup_cmake_targets * [llvm] fix more install paths, add /bigobj option, fix up CMake targets * Apply suggestions from code review * [llvm] fix clang, flang, lld, mlir and polly CMake targets * [llvm] remove empty include directory /include/flang/Config * [llvm] Flang requires C++17 * [llvm] add /Zc:__cplusplus * [llvm] remove empty include directory include/clang-tidy/plugin * [llvm] try to fix ClangConfig.cmake, LLVMConfig.cmake, LLDConfig.cmake etc. with patch * [llvm] set tools install dir to tools/llvm * [aws-sdk-cpp] fix build after changes in vcpkg_configure_cmake.cmake * [llvm] disable Flang and OpenMP on Windows Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
2020-11-12[llvm] install tools in tools/llvm (#14399)nicole mazzuca
* [llvm] install tools in tools/llvm * remove the giant commented out block of code * update port-version * hopefully fix the port? There are still some issues, namely that the python scripts and DLLs that are copied into `tools/llvm` are not considered to be "installed by llvm", and thus are not removed when llvm is removed * format! * apparently REGEX REPLACE fails if a thing doesn't match * fix LLVM_REMOVE_EXTENSION_REGEX on windows * actually read the cmake regex docs... * fix the name of the variable * turns out CMAKE_MATCH_1 is the one I want * need to update VERSION for new policy * stop removing debug/bin * fix faulty merge
2020-10-13[halide] Update to version 10.0.0 (#13860)Alex Reinking
* fix LLVM target-all feature * [halide] bump Halide to version 10.0.0 * Use empty package policy to allow plugins to be located in lib. This is following the recommendations in a conversation I had with Robert Schumacher on the #vcpkg CppLang Slack channel. This recommendation was derived from the fact that "cmake defaults module DLLs into the lib folder, which makes vcpkg's current policy very inconvenient for authors" and that I do not plan to enable build systems other than CMake. * [halide] skip x86-windows due to MSVC bug * [halide] restore x64-windows-static fail status * add usage file to Halide * Update CONTROL version * Remove '!emscripten` from ports/halide/CONTROL Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-08-27[skia, ompl, capnproto] Update VMs for 2020-08-12 (including VS 16.7) (#12884)Billy O'Neal
Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
2020-06-23[llvm] fix issue #11916 (#11956)yurybura
* [llvm] fix issue #11916 * Remove include(vcpkg_common_functions) Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
2020-06-02fix llvm-tblgen build with MSVC v19.26 (#11703)yurybura
2020-05-15[llvm] add more backend options, fix issues (#11268)yurybura
* [llvm] add more backend options, fix #11158 * [llvm] disable optional dependencies to libxml2 and zlib (merge PR #11180) * [llvm] update version * [llvm] fix copy-paste typo * [llvm] disable dl library on Windows, fixes #11309
2020-05-10[vcpkg] [llvm] [mpir] Bump Linux VM memory size and do all operations on the ↵Billy O'Neal
temporary disk. (#11174) * [vcpkg] Bump Linux VM memory size and do all operations on the temporary disk. * [llvm] disable optional dependencies to libxml2 and zlib * [vcpkg] Reduce quotas on the share to something reasonable. * [mpir] Skip on Linux because it conflicts with libgmp. Co-authored-by: yurybura <yurybura@gmail.com>
2020-05-03[llvm] Update to version 10.0.0 and add new features (#10295)yurybura
* [llvm] Update to version 10.0.0 and new features * switch to llvmorg-10.0.0-rc3, allow to use bin directory for tools * Fix CMake targets after vcpkg_fixup_cmake_targets call. * [halide] Update to master version to support LLVM 10 * [halide] fix x64-osx build * [llvm] add enable-assertions feature * [llvm] fix comment * [llvm] enable ci for x64-linux and x64-osx * [llvm] update to v10.0.0-rc5 [llvm] disable assertions and ABI breaking checks by default [llvm] limit the maximum number of concurrent link jobs to 1 [llvm] add postfix `d` and debug shared libraries in the `/bin` directory * [llvm] revert debug postfix `d` [llvm] don't remove debug version of tools and shared libs * [llvm] fix debug tools path * [llvm] update to release tag llvmorg-10.0.0 [llvm] build with CMAKE_DEBUG_POSTFIX=d [llvm] remove debug binaries * remove new CMake argument FOLLOW_SYMLINK_CHAIN * [llvm] force TableGen to be built with optimization * [llvm] add future disable-clang-static-analyzer * [llvm] add futures for main targets [llvm] remove utils and clang-tools-extra from default features list [llvm] exclude tests * [llvm] add features for main targets [llvm] remove utils and clang-tools-extra from default features list [llvm] exclude tests * [llvm] update features description Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-03-25[vcpkg baseline] Fix CI test (#10508)Jack·Boos·Yu
* re-trigger ci test * [kealib] Switch repo to github * [mongo-c-driver] Set icu as a feature * [monkeys-audio] Update version to 5.24 * [mongo-c-driver] Fix arm build * [mongo-c-driver] Re-generate patch * [mongo-c-driver] Remove key word PRIVATE in patch * [llvm] Remove default feature tools * [llvm] Add judgment to install tools * [llvm] Add more condition * [llvm] Fix clang cmake files when selecting feature tools * [halide] Fix build depends info in CONTROL * update baseline
2020-02-19Fix baseline error (#10051)Jack·Boos·Yu
* Fix osx baseline * fix osg configure issue * re-trigger ci test * re-trigger ci test * [osg] Revert changes with osg and temporarily skip osg detection * trigger ci test * update baseline Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2019-10-29[llvm]Add features. (#8771)JackBoosY
* [llvm]Add features. * [llvm]Add ${FEATURE_OPTIONS}, set feature util to default feature.
2019-10-07[vcpkg] fatal_error when patch fails to apply (#8087)Stefano Sinigardi
vcpkg will now fail on failure to apply patches except when using `--head`.
2019-09-27[halide]Upgrade to release_2019_08_27. (#8102)JackBoosY
* [halide]Upgrade to release_2019_08_27. * [llvm]Fix llvm tools path in cmake. * Re-trigger CI system.
2019-09-16[llvm]Fix build error on Linux: cannot find -lxml2. (#7919)JackBoosY
2019-07-09Update to llvm-8.0.0 (#7209)Oliver Hitchcock
2019-05-29[llvm]Fix build error on x64-windows. (#6631)JackBoosY
2019-04-05Fix LLVM cmake modules (#5848)Todor Prokopov
* [llvm] Reduce memory usage during linking * [llvm] Fix cmake modules path
2018-12-02[LLVM] Fix error when using VCPKG_BUILD_TYPEDaan De Meyer
2018-09-28update llvm to 7.0.0jadedrip
2018-04-26[llvm] fix issue #3282 (#3286)Jason Juang
2018-04-19update llvm to 6.0.0 (#3118)jadedrip
2018-02-23[llvm] Reenable packageRobert Schumacher
2018-02-23[azure-storage-cpp][cpp-redis][dirent][doctest][gdcm2][grpc][llvm][matio][sp ↵Robert Schumacher
dlog][yaml-cpp] Upgrades
2018-01-06[llvm]: update llvm to 5.0.1Force Charlie
2018-01-03[llvm] Fix installation of clang cmake targetsRobert Schumacher
2017-12-21Merge branch 'llvm' of https://github.com/jasjuang/vcpkg into jasjuang-llvmRobert Schumacher
2017-11-30[llvm] Fail early on UWPRobert Schumacher
2017-11-16add in clang and enable toolsjasjuang
2017-11-15[llvm] Install debug targets for cmakeRobert Schumacher
2017-11-01[llvm] Require Python3Robert Schumacher
2017-09-22Updated llvm to 5.0.0.Stephane Lajoie
2017-07-09Patch CMakeLists to install CMake modules to share/llvm instead of ↵Stephane Lajoie
lib/cmake/llvm. This works better than vcpkg_fixup_cmake_targets because other parts of the LLVM build system really want all the variables set correctly. Also set other options to prevent creation of any bin/* instead of removing them after the fact, for the same reason.
2017-07-07Use vcpkg_fixup_cmake_targets to move cmake modules in place.Stephane Lajoie
Make sure MCAnalysis directory is empty before removing. Use file(INSTALL ...) to put licence file in place.
2017-07-04Disable ABI breaking checks.Stephane Lajoie
2017-07-03Reduce size of the build and fix post-build errors.Stephane Lajoie
2017-07-01Added LLVM.Stephane Lajoie