Skip to content

Commit

Permalink
Build only for x86_64 for now
Browse files Browse the repository at this point in the history
We will need to add Python wheels compiled for ARM before we can build there, too.
  • Loading branch information
matyasselmeci committed Oct 11, 2024
1 parent 725e383 commit ded2e41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rpm/xcache.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Release: 0.1%{?dist}
License: Apache 2.0
Group: Grid
URL: https://osg-htc.org/docs/

# TODO: Find wheels for aarch64
ExclusiveArch: x86_64

Source0: %{name}-%{version}.tar.gz
Source1: https://vdt.cs.wisc.edu/upstream/xcache/3.0.0/python-deps/numpy-1.16.6-cp36-cp36m-manylinux1_x86_64.whl
Source2: https://vdt.cs.wisc.edu/upstream/xcache/3.0.0/python-deps/cachetools-3.1.1-py2.py3-none-any.whl
Expand Down

0 comments on commit ded2e41

Please sign in to comment.