File: update-vendored-source

package info (click to toggle)
python-cython-blis 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 43,676 kB
  • sloc: ansic: 645,510; sh: 2,354; asm: 1,466; python: 821; cpp: 585; makefile: 14
file content (23 lines) | stat: -rwxr-xr-x 641 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/env bash

set -e

rm -rf blis/_new_src
mkdir blis/_new_src
cp -r flame-blis/config blis/_new_src/config
cp -r flame-blis/frame blis/_new_src/frame
cp -r flame-blis/kernels blis/_new_src/kernels
cp -r flame-blis/ref_kernels blis/_new_src/ref_kernels

mkdir blis/_new_src/include
mkdir blis/_new_src/include/darwin-x86_64_no_skx
mkdir blis/_new_src/include/linux-x86_64_no_skx
mkdir blis/_new_src/include/windows-x86_64_no_skx
mkdir blis/_new_src/include/darwin-generic
mkdir blis/_new_src/include/linux-generic
mkdir blis/_new_src/include/windows-generic

mkdir blis/_new_src/make

mv blis/_src _old_src
mv blis/_new_src blis/_src