Skip to content
Snippets Groups Projects
Commit 402b9e76 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Update aksetup and description.

parent 3e7d67e4
No related branches found
No related tags found
No related merge requests found
...@@ -15,9 +15,9 @@ def setup(*args, **kwargs): ...@@ -15,9 +15,9 @@ def setup(*args, **kwargs):
except SystemExit: except SystemExit:
raise raise
except: except:
print "--------------------------------------------------------------------------" print "----------------------------------------------------------------------------"
print "Sorry, your build failed. Try rerunning configure with different options." print "Sorry, your build failed. Try rerunning configure.py with different options."
print "--------------------------------------------------------------------------" print "----------------------------------------------------------------------------"
raise raise
...@@ -110,20 +110,20 @@ def get_config(schema=None): ...@@ -110,20 +110,20 @@ def get_config(schema=None):
schema = get_config_schema() schema = get_config_schema()
if not schema.have_config() and not schema.have_global_config(): if not schema.have_config() and not schema.have_global_config():
print "********************************************************" print "*************************************************************"
print "*** I have detected that you have not run configure." print "*** I have detected that you have not run configure.py."
print "********************************************************" print "*************************************************************"
print "*** Additionally, no global config files were found." print "*** Additionally, no global config files were found."
print "*** I will go ahead with the default configuration." print "*** I will go ahead with the default configuration."
print "*** In all likelihood, this will not work out." print "*** In all likelihood, this will not work out."
print "*** " print "*** "
print "*** See README_SETUP.txt for more information." print "*** See README_SETUP.txt for more information."
print "*** " print "*** "
print "*** If the build does fail, just re-run configure with the" print "*** If the build does fail, just re-run configure.py with the"
print "*** correct arguments, and then retry. Good luck!" print "*** correct arguments, and then retry. Good luck!"
print "********************************************************" print "*************************************************************"
print "*** HIT Ctrl-C NOW IF THIS IS NOT WHAT YOU WANT" print "*** HIT Ctrl-C NOW IF THIS IS NOT WHAT YOU WANT"
print "********************************************************" print "*************************************************************"
delay = 10 delay = 10
......
...@@ -86,8 +86,11 @@ def main(): ...@@ -86,8 +86,11 @@ def main():
* Helpful and complete `Documentation <http://documen.tician.de/pyopencl>`_ * Helpful and complete `Documentation <http://documen.tician.de/pyopencl>`_
as well as a `Wiki <http://wiki.tiker.net/PyOpenCL>`_. as well as a `Wiki <http://wiki.tiker.net/PyOpenCL>`_.
* Liberal license. PyOpenCL is open-source and * Liberal license. PyOpenCL is open-source under the MIT license and
free for commercial, academic, and private use. free for commercial, academic, and private use.
* Broad support. PyOpenCL was tested and works with both AMD's and Nvidia's
CL implementations.
""", """,
author=u"Andreas Kloeckner", author=u"Andreas Kloeckner",
author_email="inform@tiker.net", author_email="inform@tiker.net",
...@@ -95,7 +98,7 @@ def main(): ...@@ -95,7 +98,7 @@ def main():
url="http://mathema.tician.de/software/pyopencl", url="http://mathema.tician.de/software/pyopencl",
classifiers=[ classifiers=[
'Environment :: Console', 'Environment :: Console',
'Development Status :: 2 - Pre-Alpha', 'Development Status :: 4 - Beta',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'Intended Audience :: Other Audience', 'Intended Audience :: Other Audience',
'Intended Audience :: Science/Research', 'Intended Audience :: Science/Research',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment