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)

Portfile (1.9 KB) - added by tczorro (Derrick) 9 years ago.
With compiler

Download all attachments as: .zip

Change History (9)

comment:1 Changed 9 years ago by mf2k (Frank Schima)

Keywords: Molmod removed
Port: py-molmod added; Molmod removed
Version: 2.3.3

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.
Last edited 9 years ago by mf2k (Frank Schima) (previous) (diff)

comment:2 in reply to:  1 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.

WikiFormatting

I'v updated the portfile. Tweaked those parts mentioned above.

comment:3 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 in reply to:  3 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 use depends_lib-append instead of depends_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 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.

Changed 9 years ago by tczorro (Derrick)

Attachment: Portfile added

With compiler

comment:6 in reply to:  5 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 in reply to:  5 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: newclosed

Duplicate of #47866.

Note: See TracTickets for help on using tickets.