#39282: Submission: octopus -------------------------+-------------------------------- Reporter: dstrubbe@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: octopus | -------------------------+-------------------------------- Comment (by cal@…): It also seems to me configure will pick up "automagic" dependencies, if they are present: {{{ configure: WARNING: Could not find NetCDF library. *** Will compile without NetCDF and ETSF I/O support checking for etsf_io... disabled (-I /usr/include ) configure: WARNING: Could not find etsf_io library. *** Will compile without ETSF I/O support checking for BerkeleyGW... no (-I /library -L/library -lBGW_wfn) configure: WARNING: Could not find BerkeleyGW library. *** Will compile without BerkeleyGW support checking for arpack library... no checking for arpack library with -larpack... no configure: WARNING: Could not find ARPACK library. *** Will compile without ARPACK support configure: WARNING: Could not find Libfm library. *** Will compile without Libfm support configure: WARNING: Could not find PFFT library. *** Will compile without PFFT support }}} To keep the build reproducible and to avoid linking against a port without specifying a dependency you should explicitly disable those by passing arguments to configure. If you want to support these libraries, add variants or add a dependency. -- Ticket URL: <https://trac.macports.org/ticket/39282#comment:12> MacPorts <http://www.macports.org/> Ports system for OS X