Spaces:
Runtime error
Runtime error
Create build_ext.sh
Browse files- build_ext.sh +3 -0
build_ext.sh
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
chmod +x ./bazelisk-linux-amd64
|
2 |
+
USE_BAZEL_VERSION=5.0.0 ./bazelisk-linux-amd64 build wavegru_mod -c opt --copt=-march=native
|
3 |
+
cp -f bazel-bin/wavegru_mod.so .
|