[Bug 1912706] Review Request: ziglang - open-source programming language designed for robustness, optimality, and clarity

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.redhat.com/show_bug.cgi?id=1912706



--- Comment #9 from Stephen Kitt <steve@xxxxxxx> ---
To build with clang 11, change the cmake invocation to

%cmake \
    -DLLVM_CONFIG_EXE=%{_bindir}/llvm-config-11-%{__isa_bits} \
    -DLLVM_INCLUDE_DIRS=%{_libdir}/llvm11/include \
    -DLLVM_LIBRARIES=%{_libdir}/llvm11/lib \
    -DCLANG_INCLUDE_DIRS=%{_libdir}/include/clang \
    -DCLANG_LIBRARIES=%{_libdir}/llvm11/lib \
    -DCMAKE_BUILD_TYPE=RelWithDebInfo \
    -DZIG_PREFER_CLANG_CPP_DYLIB=ON \
    -DZIG_VERSION:STRING="%{version}"

and the build requires to

BuildRequires: llvm11-devel
BuildRequires: clang11-devel


The overall build fails because the lld11 libraries aren’t available.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux