File: control

package info (click to toggle)
xtensor-blas 0.21.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,068 kB
  • sloc: cpp: 97,896; makefile: 202; perl: 178; python: 153
file content (27 lines) | stat: -rw-r--r-- 743 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Test-Command: set -e
 ; cp -r ./test/* "$AUTOPKGTEST_TMP"
 ; cd "$AUTOPKGTEST_TMP"
 ; echo "Testing with gcc:"
 ; mkdir build && cd build
 ; CC=gcc CXX=g++ cmake .. -DGTEST_SRC_DIR="/usr/src/googletest" -DCPP17=On
 ; CTEST_OUTPUT_ON_FAILURE=1 make -j $(nproc) xtest
Depends: cmake,
 g++,
 googletest,
 libxtensor-dev,
 libxtensor-blas-dev
Restrictions: allow-stderr

Test-Command: set -e
 ; cp -r ./test/* "$AUTOPKGTEST_TMP"
 ; cd "$AUTOPKGTEST_TMP"
 ; echo "Testing with clang:"
 ; mkdir build && cd build
 ; CC=clang CXX=clang++ cmake .. -DGTEST_SRC_DIR="/usr/src/googletest" -DCPP17=On
 ; CTEST_OUTPUT_ON_FAILURE=1 make -j $(nproc) xtest
Depends: clang,
 cmake,
 googletest,
 libxtensor-dev,
 libxtensor-blas-dev
Restrictions: allow-stderr