fixed clang compiler error for an older build of Mavericks
This commit is contained in:
parent
d8034066cf
commit
147841178d
|
@ -1,4 +1,9 @@
|
||||||
# pip should only run if there is a virtualenv currently activated
|
# pip should only run if there is a virtualenv currently activated
|
||||||
export PIP_REQUIRE_VIRTUALENV=true
|
export PIP_REQUIRE_VIRTUALENV=true
|
||||||
# cache pip-installed packages to avoid re-downloading
|
# cache pip-installed packages to avoid re-downloading
|
||||||
export PIP_DOWNLOAD_CACHE=$HOME/.pip/cache
|
export PIP_DOWNLOAD_CACHE=$HOME/.pip/cache
|
||||||
|
|
||||||
|
# fix an error is Mavericks that is fixed with an update later (running old version)
|
||||||
|
# clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future]
|
||||||
|
export CFLAGS=-Qunused-arguments
|
||||||
|
export CPPFLAGS=-Qunused-arguments
|
||||||
|
|
|
@ -1,39 +1,3 @@
|
||||||
ll
|
|
||||||
rm monocle.git
|
|
||||||
git l
|
|
||||||
q
|
|
||||||
cp /Volumes/J3G_STUFF/monocle.git /Users/j3g/dev/monocle/
|
|
||||||
git r
|
|
||||||
git pull origin
|
|
||||||
git l
|
|
||||||
cd ..
|
|
||||||
ll
|
|
||||||
rm -rf monocle_bak
|
|
||||||
mv monocle monocle_bak
|
|
||||||
git clone /Users/j3g/dev/monocle/monocle.git
|
|
||||||
ll
|
|
||||||
mv monocle.git monocle
|
|
||||||
ll
|
|
||||||
git s
|
|
||||||
ll
|
|
||||||
cd monocle
|
|
||||||
git s
|
|
||||||
git cam 'Android: timestamp added to messaging screen'
|
|
||||||
git buc monocle.git --all
|
|
||||||
ll
|
|
||||||
cp monocle.git /Volumes/J3G_STUFF/
|
|
||||||
rm monocle.git
|
|
||||||
pwd
|
|
||||||
cddev
|
|
||||||
ll
|
|
||||||
cd bittorrent_research/
|
|
||||||
ll
|
|
||||||
cd torrent4j
|
|
||||||
ll
|
|
||||||
git s
|
|
||||||
git checkout -- .travis.xml
|
|
||||||
git checkout -- .travis.yml
|
|
||||||
git checkout -- src/site/xdoc/index.xml
|
|
||||||
git s
|
git s
|
||||||
pwd
|
pwd
|
||||||
git s
|
git s
|
||||||
|
@ -498,3 +462,39 @@ ll
|
||||||
ll pvirtenv/
|
ll pvirtenv/
|
||||||
ll
|
ll
|
||||||
ll pvirtenv/bin/
|
ll pvirtenv/bin/
|
||||||
|
cd
|
||||||
|
git s
|
||||||
|
git add .bash_dev
|
||||||
|
git s
|
||||||
|
la
|
||||||
|
chmod 740 .bash_dev
|
||||||
|
la
|
||||||
|
git s
|
||||||
|
git cam 'added support for brew binaries'
|
||||||
|
git l
|
||||||
|
git s
|
||||||
|
git r
|
||||||
|
git b
|
||||||
|
git push
|
||||||
|
which python
|
||||||
|
python --version
|
||||||
|
pwd
|
||||||
|
ll
|
||||||
|
cd dev
|
||||||
|
ll
|
||||||
|
which virtualenv
|
||||||
|
virtualenv testing
|
||||||
|
ls
|
||||||
|
cd testing
|
||||||
|
ll
|
||||||
|
source bin/activate
|
||||||
|
python --version
|
||||||
|
pip list
|
||||||
|
which virtualenv
|
||||||
|
virtualenv
|
||||||
|
source bin/activate
|
||||||
|
cd ..
|
||||||
|
virtualenv -p /usr/local/bin/python fart
|
||||||
|
source fart/bin/activate
|
||||||
|
python --version
|
||||||
|
ll
|
||||||
|
|
Loading…
Reference in New Issue