cmake universal?

Clemens Lang cal at macports.org
Sun Jul 6 07:01:26 PDT 2014


Hi,

> Do those work both when installing cmake (as in it wasn't present) and when
> it is already installed but one installs an i386 port or a universal port
> that require cmake?

Yes and yes. They will, however, not work when you install a new port
+universal and don't have cmake installed yet:
  sudo port install foobar +universal
where foobar depends_build port:cmake and cmake isn't installed will install
cmake +universal. That's because MacPorts doesn't distinguish whether the
"+universal" you specified on the command line is meant for the port given
manually or one of its dependencies.

-- 
Clemens Lang


More information about the macports-users mailing list