mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-01-19 01:42:22 +01:00
WIP
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
|
||||
|
||||
mkdir build
|
||||
mkdir install
|
||||
cd build
|
||||
@@ -15,4 +17,4 @@ echo "Building using: ${NCORES} cores"
|
||||
cmake --build . -- -j${NCORES}
|
||||
cmake --build . --target install
|
||||
|
||||
CTEST_OUTPUT_ON_FAILURE=1 ctest -j 1
|
||||
# CTEST_OUTPUT_ON_FAILURE=1 ctest -j 1
|
||||
@@ -15,5 +15,5 @@ cp build/install/lib/* $PREFIX/lib/
|
||||
# cp build/install/bin/slsMultiReceiver $PREFIX/bin/.
|
||||
|
||||
|
||||
cp build/install/include/aare/* $PREFIX/include/sls
|
||||
cp build/install/include/aare/* $PREFIX/include/aare
|
||||
cp -rv build/install/share $PREFIX
|
||||
@@ -35,8 +35,8 @@ requirements:
|
||||
# - expat
|
||||
|
||||
host:
|
||||
- libstdcxx-ng
|
||||
- libgcc-ng
|
||||
# - libstdcxx-ng
|
||||
# - libgcc-ng
|
||||
# - xorg-libx11
|
||||
# - xorg-libice
|
||||
# - xorg-libxext
|
||||
@@ -47,8 +47,8 @@ requirements:
|
||||
# - expat
|
||||
|
||||
run:
|
||||
- libstdcxx-ng
|
||||
- libgcc-ng
|
||||
# - libstdcxx-ng
|
||||
# - libgcc-ng
|
||||
|
||||
|
||||
outputs:
|
||||
@@ -59,13 +59,16 @@ outputs:
|
||||
build:
|
||||
- {{ compiler('c') }}
|
||||
- {{compiler('cxx')}}
|
||||
- libstdcxx-ng
|
||||
- libgcc-ng
|
||||
- catch2
|
||||
- zstd
|
||||
|
||||
# - libstdcxx-ng
|
||||
# - libgcc-ng
|
||||
|
||||
|
||||
run:
|
||||
- libstdcxx-ng
|
||||
- libgcc-ng
|
||||
# - libstdcxx-ng
|
||||
# - libgcc-ng
|
||||
|
||||
# - name: aare
|
||||
|
||||
|
||||
Reference in New Issue
Block a user