make "python2" and "python3"

Issue #179 resolved
Alireza Khorshidi created an issue

@muammar: Did you yourself choice the terms "python2" and "python3" for make command here? I feel like it is a bit confusing, since we are making "fmodules" not "python"! I was wondering if it had to be something like "make fmodules-python2" or something similar? What do you think @andrewpeterson?

Comments (2)

  1. Muammar El Khatib

    @akhorshi, yes I chose the names for the targets in the Makefile. It is technically correct that we are building Fortran modules, but we do so for preparing our python2 and/or python3 environments. IMHO, I think it is going to be easier to remember and relate make python2 and make python3 to prepare the environment than remembering and typing fmodules-pythonX.

  2. Log in to comment