aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas <nbnoll@eml.cc>2021-10-17 10:35:40 -0700
committerNicholas <nbnoll@eml.cc>2021-10-17 10:35:40 -0700
commit76278bdbe1f1df620d388cc3189170f15c1ffa31 (patch)
tree1ed15296c9181baae31aeb5c52ac74629b478b59
parentbf03074e346b004659196b6c17eee04dbffd3ac2 (diff)
init phone environment
-rwxr-xr-xbin/updatedirs2
-rwxr-xr-xvendor/sync11
2 files changed, 8 insertions, 5 deletions
diff --git a/bin/updatedirs b/bin/updatedirs
index 1ec2e25..9342c4c 100755
--- a/bin/updatedirs
+++ b/bin/updatedirs
@@ -1,4 +1,4 @@
-#!/bin/python
+#!/usr/bin/env python3
import os
diff --git a/vendor/sync b/vendor/sync
index 380448a..3a600e4 100755
--- a/vendor/sync
+++ b/vendor/sync
@@ -2,9 +2,11 @@
# globals
-ROOT=~/root
+ROOT=~/u
VENDOR=$ROOT/vendor
+mkdir -p $ROOT/lib
+
# ------------------------------------------------------------------------
# OpenBLAS
@@ -200,9 +202,10 @@ update()
# ------------------------------------------------------------------------
# main point of entry
-update nlopt $NLOPT_TAG
+# update nlopt $NLOPT_TAG
+# update blas $BLAS_TAG
+
update musl $MUSL_TAG
-update blas $BLAS_TAG
update zlib $ZLIB_TAG
-update wlroots $WLROOTS_TAG
+# update wlroots $WLROOTS_TAG