erocarrera / erocarrera/pythonika
Makefile.linux incompatible with x86-64, Mathematica 8.
- Dominant language
- Mathematica
- Stars
- 35
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
```
The version of Makefile.linux included with SVN revision 4 fails to compile
Pythonika using Mathematica 8 on x86-64. With the following changes to the
Makefile (also provided as an attachment), compilation proceeds fine.
MATHEMATICA_INSTALL_DIR = /usr/local/Wolfram/Mathematica/8.0
SYS = Linux-x86-64
LIBS = -L${LIBDIR} ${LIBDIR}/libML64i3.a -lstdc++ -lrt
-lpython${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR} -lm -lpthread
```
Original issue reported on code.google.com by `cgran...@gmail.com` on 16 Feb 2012 at 4:03
Attachments:
- [Makefile.linux](https://storage.googleapis.com/google-code-attachments/pythonika/issue-4/comment-0/Makefile.linux)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.