[petsc-dev] prefix install and module file
Lisandro Dalcin
dalcinl at gmail.com
Thu Jan 15 10:06:22 CST 2015
On 15 January 2015 at 16:39, Aron Ahmadia <aron at ahmadia.net> wrote:
> The only thing I would suggest is making it clear from invoking setup.py
> that it does not offer an explicit build stage.
I could start the script with
if "setuptools" not in sys.modules:
# tell user to not run setup.py by hand
but let's handle that later, first I want to get it working.
> I'm guessing you are going
> to not even use distutils.
Well, I'll keep using some setuptools/distutils stuff to make setup.py working.
> Doesn't pip run some other command to get the
> list of dependencies?
>
yes, it runs egg_info
--
Lisandro Dalcin
============
Research Scientist
Computer, Electrical and Mathematical Sciences & Engineering (CEMSE)
Numerical Porous Media Center (NumPor)
King Abdullah University of Science and Technology (KAUST)
http://numpor.kaust.edu.sa/
4700 King Abdullah University of Science and Technology
al-Khawarizmi Bldg (Bldg 1), Office # 4332
Thuwal 23955-6900, Kingdom of Saudi Arabia
http://www.kaust.edu.sa
Office Phone: +966 12 808-0459
More information about the petsc-dev
mailing list