Opened 11 years ago
Last modified 11 years ago
#40367 new submission
Avogadro2 @0.6.0
Reported by: | c.herbig@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.0 |
Keywords: | Cc: | ||
Port: | Avogadro2 |
Description (last modified by mf2k (Frank Schima))
Advanced 3D molecular editor and computational chemistry package, part of the OpenChemistry project.
Needs #40361 committed first.
Attachments (3)
Change History (8)
Changed 11 years ago by c.herbig@…
comment:1 Changed 11 years ago by c.herbig@…
comment:2 follow-up: 3 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
In MacPorts, the 3-clause BSD license is just called "BSD".
Changed 11 years ago by c.herbig@…
Attachment: | Portfile.2 added |
---|
BSD-3-Clause to BSD, remove comments
comment:3 Changed 11 years ago by c.herbig@…
Replying to ryandesign@…:
In MacPorts, the 3-clause BSD license is just called "BSD".
Fixed for this and dependencies
comment:4 Changed 11 years ago by c.herbig@…
Although -DCMAKE_INSTALL_PREFIX=${application_dir} solves the stupid destroot warnings, it breaks the dependency chain. Undoing it.
Changed 11 years ago by c.herbig@…
Attachment: | Portfile.3 added |
---|
comment:5 Changed 11 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.
Append to portfile
configure.args-append -DCMAKE_INSTALL_PREFIX=${applications_dir
} so that it installs into the correct place.