#47751 closed submission (fixed)
libint @2.0.3 new port submission
Reported by: | tczorro (Derrick) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | ||
Port: | libint |
Description
New port for libint. Main Page for libint: http://sourceforge.net/projects/libint/
Attachments (1)
Change History (6)
comment:1 follow-up: 2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | libint removed |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Status: | new → assigned |
comment:2 Changed 9 years ago by tczorro (Derrick)
Replying to ryandesign@…:
Thanks. You've included the compilers portgroup, but don't appear to be using it. Did you intend to use it? Does libint use fortran or java (which would be the two reasons to use the compilers portgroup)?
Hello, I mistake it using fortran. It was my fault. I have updated the portfile. Would you please check if there any problem.
comment:3 follow-up: 4 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Ok, thanks. Committed in r136470 with these further changes:
- Changed "
license LGPL-3+
" to "license GPL-2+
" based on the LICENSE file and the homepage - Removed lines "
distfiles ${distname}${extract.suffix}
" and "build.cmd make
" because those are the default values - Changed the line "
build.target-delete all
" to "build.target
" because that's what we usually write - Rearranged a few lines
Looks like future releases of libint will be on github so watch for new versions there: https://github.com/evaleev/libint
comment:4 Changed 9 years ago by tczorro (Derrick)
Replying to ryandesign@…:
Ok, thanks. Committed in r136470 with these further changes:
- Changed "
license LGPL-3+
" to "license GPL-2+
" based on the LICENSE file and the homepage- Removed lines "
distfiles ${distname}${extract.suffix}
" and "build.cmd make
" because those are the default values- Changed the line "
build.target-delete all
" to "build.target
" because that's what we usually write- Rearranged a few lines
Looks like future releases of libint will be on github so watch for new versions there: https://github.com/evaleev/libint
Thank you for your kindness. May I know how long does it take to make libint available on macport?
comment:5 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
It depends on where you get your port definitions from. If you use the master rsync server, you'll see the change within 30 minutes. If you've configured your MacPorts to use one of the mirror rsync servers listed on wiki:Mirrors, it'll take longer because the mirrors sync with the master at different intervals, though I think most of them sync several times daily. If you use the master Subversion repository, you'll see changes instantly. In any case, you'll need to run "sudo port selfupdate" to see any changes.
Thanks. You've included the compilers portgroup, but don't appear to be using it. Did you intend to use it? Does libint use fortran or java (which would be the two reasons to use the compilers portgroup)?