From 76278bdbe1f1df620d388cc3189170f15c1ffa31 Mon Sep 17 00:00:00 2001 From: Nicholas Date: Sun, 17 Oct 2021 10:35:40 -0700 Subject: init phone environment --- vendor/sync | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'vendor') 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 -- cgit v1.2.1