Opened 9 years ago
Closed 9 years ago
#47756 closed submission (duplicate)
py-Molmod @1.1 New Port Submission
Reported by: | tczorro (Derrick) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | py-molmod |
Description
Molmod: Main website http://molmod.github.io/molmod/index.html
MolMod is a Python library with many compoments that are useful to write molecular modeling programs.
Attachments (1)
Change History (9)
comment:1 follow-up: 2 Changed 9 years ago by mf2k (Frank Schima)
Keywords: | Molmod removed |
---|---|
Port: | py-molmod added; Molmod removed |
Version: | 2.3.3 |
comment:2 Changed 9 years ago by tczorro (Derrick)
Replying to mf2k@…:
A few quick notes:
- Remove python 3.2 and 3.3 versions because we are not supporting those going forward.
- The compilers portgroup should be used instead of requiring gcc 4.9.
I'v updated the portfile. Tweaked those parts mentioned above.
comment:3 follow-up: 4 Changed 9 years ago by mf2k (Frank Schima)
You need to actually use the compilers portgroup in the Portfile. See the py-numpy
Portfile as an example. Also you should need to use depends_lib-append
instead of depends_lib
to not overwrite Portgroup dependencies.
comment:4 Changed 9 years ago by tczorro (Derrick)
Replying to mf2k@…:
You need to actually use the compilers portgroup in the Portfile. See the
py-numpy
Portfile as an example. Also you should need to usedepends_lib-append
instead ofdepends_lib
to not overwrite Portgroup dependencies.
Thank you for your comment. I remove the compilers parts because those compiler has already been appended in numpy.
comment:5 follow-ups: 6 7 Changed 9 years ago by mf2k (Frank Schima)
You still need to use the compilers portgroup if you want this port to build with gcc for FORTRAN. Otherwise the default Macports compiler will be used and you will not get FORTRAN. Having gcc 4.9 (or any gcc) installed does not affect the build process otherwise.
comment:6 Changed 9 years ago by tczorro (Derrick)
Replying to mf2k@…:
You still need to use the compilers portgroup if you want this port to build with gcc for FORTRAN. Otherwise the default Macports compiler will be used and you will not get FORTRAN. Having gcc 4.9 (or any gcc) installed does not affect the build process otherwise.
Thank you for your quick reply. I add some gcc compilers for my port.
comment:7 Changed 9 years ago by tczorro (Derrick)
Replying to mf2k@…:
You still need to use the compilers portgroup if you want this port to build with gcc for FORTRAN. Otherwise the default Macports compiler will be used and you will not get FORTRAN. Having gcc 4.9 (or any gcc) installed does not affect the build process otherwise.
Just let me is this updated Portfile qualified
comment:8 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Duplicate of #47866.
A few quick notes: