Skip to content

WIP: build multiplier only using vcpkg#510

Draft
frabert wants to merge 32 commits intomainfrom
frabert/build-using-vcpkg
Draft

WIP: build multiplier only using vcpkg#510
frabert wants to merge 32 commits intomainfrom
frabert/build-using-vcpkg

Conversation

@frabert
Copy link
Copy Markdown
Collaborator

@frabert frabert commented Jan 22, 2024

No description provided.

@frabert frabert force-pushed the frabert/build-using-vcpkg branch from 6e41240 to 1e223da Compare January 23, 2024 15:25
Comment thread CMakeLists.txt Outdated
include("cmake/system.cmake")
include("cmake/llvm.cmake")
#include("cmake/llvm.cmake")
include("cmake/linker.cmake")
Copy link
Copy Markdown
Collaborator

@pgoodman pgoodman Jan 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@frabert Is this still needed? It does:

if(PLATFORM_LINUX)
  set(CMAKE_EXE_LINKER_FLAGS_INIT "-fuse-ld=lld")
  set(CMAKE_MODULE_LINKER_FLAGS_INIT "-fuse-ld=lld")
  set(CMAKE_SHARED_LINKER_FLAGS_INIT "-fuse-ld=lld")
endif(PLATFORM_LINUX)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like this should be some higher-level vcpkg thing.

Comment thread custom-ports/llvm/portfile.cmake Outdated
@frabert frabert force-pushed the frabert/build-using-vcpkg branch from b88f636 to dbab145 Compare February 1, 2024 16:11
@frabert frabert force-pushed the frabert/build-using-vcpkg branch 9 times, most recently from ad71520 to 741152e Compare February 2, 2024 12:48
@frabert frabert force-pushed the frabert/build-using-vcpkg branch 4 times, most recently from dbafd9d to 4fa0717 Compare February 5, 2024 14:15
@frabert frabert force-pushed the frabert/build-using-vcpkg branch from 4fa0717 to 43fec61 Compare February 5, 2024 14:18
@frabert frabert force-pushed the frabert/build-using-vcpkg branch from 714b9f0 to 05c979e Compare February 5, 2024 14:31
@frabert frabert force-pushed the frabert/build-using-vcpkg branch from 7d5be22 to 8153292 Compare February 7, 2024 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants