Skip to content

Commit

Permalink
Added version 0.1.3, which has fixed a problem with 0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrador authored and Administrador committed Apr 2, 2017
1 parent 90d775e commit f9582fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion DIST_STEPS
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ BUILD GEOMODELR TO DISTRIBUTE
LINUX:
python setup.py sdist
twine upload -u username -p password dist/geomodelr-x.y.z.tar.gz

MAC OS X:
- Install ports
- Install boost ports. Make sure to activate python.
sudo ports install boost
- Install pip. Make sure to activate python.
sudo ports install pip
-
- Build dist.
INCLUDE_DIRS=/opt/local/include/ LIBRARY_DIRS=/opt/local/lib/ LIBRARIES=boost_python-mt python setup.py bdist_wheel
Binary file not shown.
Binary file added dist/geomodelr-0.1.3.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def if_env(**kwargs):
extra_compile_args=['-std=c++11'])

setup(name='geomodelr',
version='0.1.2',
version='0.1.3',
description='Geomodelr is the open source query tool for geomodelr.com models.',
url='http://github.com/rserrano/geomodelr',
author='Ricardo Serrano',
Expand Down

0 comments on commit f9582fd

Please sign in to comment.