You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ghc-rpm-macros/macros.ghc-os

17 lines
345 B

# OS specific settings
%_ghcdocdir %{_ghclicensedir}/%{name}
# %%_ghcdynlibdir %%{_libdir}/ghc-%%{ghc_version}
%ghc_without_dynamic 1
# enable profiling libraries in prof subpkgs
%with_ghc_prof 1
# enable library documentation in doc subpkgs
%with_haddock 1
# %%{?_smp_ncpus_max:--jobs=%%{?_smp_ncpus_max}}
%ghc_smp_mflags %{?_smp_mflags}