Page MenuHomeFreeBSD

science/erkale: Please approve flavorization: serial and parallel
ClosedPublic

Authored by yuri on Nov 23 2018, 9:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jul 14, 10:36 AM
Unknown Object (File)
Tue, Jul 14, 10:17 AM
Unknown Object (File)
Tue, Jul 14, 8:31 AM
Unknown Object (File)
Tue, Jul 14, 8:16 AM
Unknown Object (File)
Tue, Jul 14, 12:43 AM
Unknown Object (File)
Mon, Jul 13, 8:40 PM
Unknown Object (File)
Sat, Jul 11, 7:19 PM
Unknown Object (File)
May 26 2026, 2:45 AM

Details

Summary

Serial and parallel version can be installed concurrently.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

science/erkale/Makefile
24 ↗(On Diff #51020)

Please use flavor helpers.

45–47 ↗(On Diff #51020)

Wrong place in the Makefile. See Chapter 15. Order of Variables in Port Makefiles.

yuri marked 2 inline comments as done.Nov 24 2018, 9:53 AM
yuri added inline comments.
science/erkale/Makefile
24 ↗(On Diff #51020)

Like this:

serial_PKGNAMESUFFIX= -serial
parallel_PKGNAMESUFFIX= -parallel

?
It is 2 lines, isn't it worse?

science/erkale/Makefile
24 ↗(On Diff #51020)

No, it is more clear, also, you may want to only change the package name for the non default option, as people running pkg upgrade will not get the new package.

yuri marked 2 inline comments as done.Nov 25 2018, 6:33 PM
science/erkale/Makefile
24 ↗(On Diff #51091)

Remove this one.

This revision is now accepted and ready to land.Dec 6 2018, 3:32 PM