Skip to content

Commit

Permalink
sim4-20121010 (rebuild with gcc-12.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Jan 25, 2025
1 parent 7eb92c6 commit b86532b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
19 changes: 11 additions & 8 deletions sim4/README
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ when the two input sequences overlap at one end (i.e., the start of one
sequence overlaps the end of the other).

Runtime requirements:
cygwin-2.9.0-3
cygwin-3.5.4-1

Build requirements:
(besides corresponding -devel packages)
binutils-2.28-3
cygport-0.24.1-1
gcc-core-6.4.0-1
make-4.2.1-2
binutils-2.43.1-1
cygport-0.36.9-1
gcc-core-12.4.0-3
make-4.4.1-2

Canonical website:
http://globin.cse.psu.edu/html/docs/sim4.html
https://globin.bx.psu.edu/html/docs/sim4.html

Canonical download:
http://globin.cse.psu.edu/ftp/dist/sim4/sim4.tar.gz
https://globin.bx.psu.edu/ftp/dist/sim4/sim4.tar.gz

-------------------------------------------

Expand All @@ -41,15 +41,18 @@ Files included in the binary package:
(sim4)
/usr/bin/sim4.exe
/usr/share/doc/Cygwin/sim4.README
/usr/share/doc/sim4/CHANGELOG
/usr/share/doc/sim4/COPYING
/usr/share/doc/sim4/COPYRIGHT
/usr/share/doc/sim4/ChangeLog
/usr/share/doc/sim4/README.psublast
/usr/share/doc/sim4/README.sim4

------------------

Port Notes:

----- version 20121010-1bl2 -----
Rebuild with gcc-12.4.0

----- version 20121010-1bl1 -----
Initial release by fd0 <https://github.com/fd00/>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
HOMEPAGE="http://globin.cse.psu.edu/html/docs/sim4.html"
SRC_URI="http://globin.cse.psu.edu/ftp/dist/sim4/sim4.tar.gz"
HOMEPAGE="https://globin.bx.psu.edu/html/docs/${PN}.html"
SRC_URI="https://globin.bx.psu.edu/ftp/dist/${PN}/${PN}.tar.gz"
SRC_DIR="${PN}.2012-10-10"
PATCH_URI="
https://gitweb.gentoo.org/repo/gentoo.git/plain/sci-biology/${PN}/files/${PN}-20030921-fix-build-system.patch
Expand All @@ -12,6 +12,10 @@ cDNA, mRNA) with a genomic sequence for the gene. It also detects end matches
when the two input sequences overlap at one end (i.e., the start of one
sequence overlaps the end of the other)."

LICENSE="GPL-2.0-or-later"
LICENSE_SPDX="SPDX-License-Identifier: GPL-2.0-or-later"
LICENSE_URI="COPYING"

src_compile()
{
cd ${B}
Expand All @@ -26,5 +30,6 @@ src_install()
}

DOCS="
CHANGELOG
README.*
"

0 comments on commit b86532b

Please sign in to comment.