Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SCons build #15

Merged
merged 1 commit into from
May 23, 2021
Merged

Fix SCons build #15

merged 1 commit into from
May 23, 2021

Conversation

neingeist
Copy link
Contributor

Using SCons 3 means using Python 3, which is pickier about mixed tab
and space indenting and using the print() function instead of the print
statement. Also relative imports have changed.

Fix this by indenting with spaces only and using the print() function
(using "from future import print_function"). Additionally, fix
relative imports.

Fixes issue #13.

Using SCons 3 means using Python 3, which is pickier about mixed tab
and space indenting and using the print() function instead of the print
statement. Also relative imports have changed.

Fix this by indenting with spaces only and using the print() function
(using "from __future__ import print_function"). Additionally, fix
relative imports.

Fixes issue stefanhepp#13.
@YodaEmbedding
Copy link

Why does pplatex contain references to CUDA anyways? Is it making use of the GPU in some way...?

@stefanhepp
Copy link
Owner

Ah yes, all the Cuda/OpenCL stuff is just from my standard SCons setup for other projects, not needed here.

@stefanhepp stefanhepp merged commit 69cfac6 into stefanhepp:master May 23, 2021
@stefanhepp
Copy link
Owner

Thanks for the pull request.. I finally merged it!

@neingeist
Copy link
Contributor Author

Thanks for pplatex :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants