Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pyopencl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Klöckner
pyopencl
Commits
402b9e76
Commit
402b9e76
authored
15 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Patches
Plain Diff
Update aksetup and description.
parent
3e7d67e4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
aksetup_helper.py
+9
-9
9 additions, 9 deletions
aksetup_helper.py
setup.py
+5
-2
5 additions, 2 deletions
setup.py
with
14 additions
and
11 deletions
aksetup_helper.py
+
9
−
9
View file @
402b9e76
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
5
−
2
View file @
402b9e76
...
@@ -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-Alph
a
'
,
'
Development Status ::
4
-
Bet
a
'
,
'
Intended Audience :: Developers
'
,
'
Intended Audience :: Developers
'
,
'
Intended Audience :: Other Audience
'
,
'
Intended Audience :: Other Audience
'
,
'
Intended Audience :: Science/Research
'
,
'
Intended Audience :: Science/Research
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment