| Summary: | Please stabilize sci-mathematics/frobby-0.9.0 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Thomas Kahle (RETIRED) <tomka> |
| Component: | Current packages | Assignee: | Thomas Kahle (RETIRED) <tomka> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | sci-mathematics |
| Priority: | Normal | Keywords: | STABLEREQ |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Thomas Kahle (RETIRED)
2012-05-14 18:42:38 UTC
Arches, please do. amd64: pass repoman complains, can output be suppressed ? sci-mathematics/frobby/frobby-0.9.0.ebuild: Upstream parallel compilation bug (ebuild calls emake -j1 on line: 33) (In reply to comment #2) > amd64: pass > > repoman complains, can output be suppressed ? > sci-mathematics/frobby/frobby-0.9.0.ebuild: Upstream parallel compilation > bug (ebuild calls emake -j1 on line: 33) Oh yeah. Since we only build the pdf manual anyway, -j1 is not necessary there. Fixed, thanks. Thomas, it calls gcc directly: g++ -march=native -O2 -g0 -Wall -ansi -pedantic -I -Wno-uninitialized -Wno-unused-parameter -c src/main.cpp -o bin/release/main.o (not a blocker) (In reply to comment #4) > Thomas, it calls gcc directly: > > > g++ -march=native -O2 -g0 -Wall -ansi -pedantic -I -Wno-uninitialized > -Wno-unused-parameter -c src/main.cpp -o bin/release/main.o > > (not a blocker) and also, it does g++ ${CFLAGS} instead of g++ ${CXXFLAGS} please check amd64 stable (In reply to comment #5) > (In reply to comment #4) > > Thomas, it calls gcc directly: > > > > > > g++ -march=native -O2 -g0 -Wall -ansi -pedantic -I -Wno-uninitialized > > -Wno-unused-parameter -c src/main.cpp -o bin/release/main.o > > > > (not a blocker) > > and also, it does g++ ${CFLAGS} instead of g++ ${CXXFLAGS} > > please check All fixed and x86 stable. Thanks. Closing. |