-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
41 additions
and
4 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,24 @@ | ||
### 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 | ||
|
||
%ifarch x86_64 | ||
BuildRequires: nasm | ||
%endif | ||
BuildRequires: autotools | ||
|
||
%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