-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9318 from cms-sw/xrootd-5.7.0
Update xrootd to version 5.7.0
- Loading branch information
Showing
3 changed files
with
39 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
### RPM external isal 2.30.0 | ||
|
||
%define strip_files %i/lib | ||
%define tag %{realversion} | ||
%define branch master | ||
%define github_user xrootd | ||
Source: https://github.com/intel/isa-l/archive/refs/tags/v%{realversion}.tar.gz | ||
|
||
BuildRequires: nasm | ||
|
||
%prep | ||
%setup -n isa-l-%{realversion} | ||
|
||
%build | ||
./autogen.sh | ||
./configure --prefix=%{i} --with-pic | ||
|
||
make %{makeprocesses} | ||
|
||
%install | ||
make install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters