[eispice] Re: eispice on a MAC
- From: Charles Eidsness <charles@xxxxxxxxxxxxxxxxxxxxx>
- To: eispice@xxxxxxxxxxxxx
- Date: Wed, 12 Mar 2008 14:34:52 -0400
Hi Jon,
I don't have a MAC so can't test it on one but I tired to write eispice in a
way
that was platform neutral. Though, I did use some gcc specific features so it
may not build with other compliers. If you send the errors you're getting maybe
I can make some guesses on how to get it working. It shouldn't take much
effort,
it's probably just be a matter of changing some of my hacks in the build
system,
like this one in setup.py:
------------------------------------------
# This seems kind of arbitrary, is there a better way ?
numpy_include = get_python_lib(True) + '/numpy/core/include'
if os.name is 'nt':
extra_compile_args = ["-mnop-fun-dllimport"]
else:
extra_compile_args = []
------------------------------------------
Charles
Jon Choy wrote:
> Charles,
>
> Do you have any idea what it would it take to port eispice to a MAC? I
> tried building from the source and I get a lot of errors and warning w.r.t.
> many of the header files.
>
> Jon
>
>
>
------------------------------------------------------------------
To unsubscribe from the eispice list send an email to:
eispice-request@xxxxxxxxxxxxx with 'unsubscribe' in the Subject field
- Follow-Ups:
- [eispice] Re: eispice on a MAC
- From: Jon Choy
- References:
- [eispice] py2port
- From: Charles Eidsness
- [eispice] Re: py2port
- From: Matt Ettus
- [eispice] Re: py2port
- From: Charles Eidsness
- [eispice] Re: py2port
- From: Jon Choy
Other related posts:
- » [eispice] Re: eispice on a MAC
- » [eispice] Re: eispice on a MAC
- » [eispice] Re: eispice on a MAC
- » [eispice] Re: eispice on a MAC
- [eispice] Re: eispice on a MAC
- From: Jon Choy
- [eispice] py2port
- From: Charles Eidsness
- [eispice] Re: py2port
- From: Matt Ettus
- [eispice] Re: py2port
- From: Charles Eidsness
- [eispice] Re: py2port
- From: Jon Choy