Skip to content

Conversation

@giordano
Copy link
Member

@giordano giordano commented Jan 5, 2025

* 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
else ifeq ($(ARCH),powerpc64le)
OPENSSL_TARGET := linux-ppc64le
else ifeq ($(ARCH),riscv64)
OPENSSL_TARGET := linux64-riscv64
Copy link
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
10 checks passed
@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