Skip to content

Commit

Permalink
Changes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
iarspider committed Jul 26, 2024
1 parent 4fb5d7c commit 42eff09
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
10 changes: 10 additions & 0 deletions scram-tools.file/tools/isal/isal.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<tool name="isal" version="@TOOL_VERSION@">
<info url="https://github.com/intel/isa-l/wiki"/>
<lib name="ISAL"/>
<client>
<environment name="ISAL_BASE" default="@TOOL_ROOT@"/>
<environment name="LIBDIR" default="$ISAL_BASE/lib"/>
<environment name="INCLUDE" default="$ISAL_BASE/include"/>
</client>
<use name="eigen"/>
</tool>
6 changes: 5 additions & 1 deletion xrootd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ Source: https://github.com/xrootd/xrootd/releases/download/v%{realversion}/%{n}-
BuildRequires: cmake gmake autotools py3-pip
Requires: zlib libuuid curl davix
Requires: python3 py3-setuptools
Requires: libxml2 isal
Requires: libxml2

%ifarch x86_64
Requires: isal
%endif

%define soext so
%ifarch darwin
Expand Down

0 comments on commit 42eff09

Please sign in to comment.