-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
My attempt to install sf with pak::pkg_intall("sf")
failed when building s2
as abseil
was missing and it was not reported as a system dependency.
I am not sure, if this is the right place to report this, but when using pak
on fedora 42 I get:
> pak::pkg_sysreqs("s2", sysreqs_platform = "fedora-42")
── Install scripts ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── Fedora 42 ──
dnf install -y cmake openssl-devel
── Packages and their system dependencies ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
s2 – cmake, openssl-devel
But I guess I should be getting something more like
> pak::pkg_sysreqs("s2", sysreqs_platform = "rhel-9")
── Install scripts ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── Redhat 9 ──
dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
dnf install -y abseil-cpp-devel cmake openssl-devel
── Packages and their system dependencies ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
s2 – abseil-cpp-devel, cmake, openssl-devel
where I get abseil-cpp-devel
as one of the system dependencies. After install this I was able to pak::pkg_intall("sf")
Metadata
Metadata
Assignees
Labels
No labels