Skip to content

[deps] Fix build systems of curl and openssl#56960

Merged
giordano merged 1 commit into
JuliaLang:masterfrom
giordano:mg/deps-curl-openssl
Jan 5, 2025
Merged

[deps] Fix build systems of curl and openssl#56960
giordano merged 1 commit into
JuliaLang:masterfrom
giordano:mg/deps-curl-openssl

Conversation

@giordano

@giordano giordano commented Jan 5, 2025

Copy link
Copy Markdown
Member

* Curl was missing a dependency on OpenSSL after JuliaLang#56708
* openssl is missing configuration target for riscv64
@giordano giordano added building Build system, or building Julia or its dependencies external dependencies Involves LLVM, OpenBLAS, or other linked libraries system:riscv Support for Risc-V cpus labels Jan 5, 2025
Comment thread deps/openssl.mk
else ifeq ($(ARCH),powerpc64le)
OPENSSL_TARGET := linux-ppc64le
else ifeq ($(ARCH),riscv64)
OPENSSL_TARGET := linux64-riscv64

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Reference for this target name: https://github.com/openssl/openssl/blob/817a2b2b4955da0233fe7e6e4bd16c0255262b4f/Configurations/10-main.conf#L819. Or run ./Configure --help on a riscv64-linux box.

@giordano
giordano merged commit 89afe20 into JuliaLang:master Jan 5, 2025
@giordano
giordano deleted the mg/deps-curl-openssl branch January 5, 2025 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

building Build system, or building Julia or its dependencies external dependencies Involves LLVM, OpenBLAS, or other linked libraries system:riscv Support for Risc-V cpus

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant