ok, great. -- Anders
On Thu, Mar 18, 2010 at 08:37:24PM +0100, Johannes Ring wrote: > On Thu, Mar 18, 2010 at 8:11 PM, Anders Logg <[email protected]> wrote: > > Does this have any implications on the package for Lucid? > > No, it's correct in Lucid. > > Johannes > > > > > > > ---------- Forwarded message ---------- > > From: [email protected] > > To: Anders Logg <[email protected]> > > Date: Thu, 18 Mar 2010 17:41:23 -0000 > > Subject: [Branch ~dolfin-core/dolfin/main] Rev 4648: Make sure Python stuff > > goes into dist-packages by default when using Python 2.6 and Ubuntu. > > ------------------------------------------------------------ > > revno: 4648 > > committer: Johannes Ring <[email protected]> > > branch nick: dolfin > > timestamp: Thu 2010-03-18 18:40:03 +0100 > > message: > > Make sure Python stuff goes into dist-packages by default when using > > Python 2.6 and Ubuntu. > > modified: > > SConstruct > > > > > > > > Your team DOLFIN Core Team is subscribed to branch lp:dolfin. > > To unsubscribe from this branch go to > > https://code.launchpad.net/~dolfin-core/dolfin/main/+edit-subscription. > > > > === modified file 'SConstruct' > > --- SConstruct 2010-02-17 17:50:35 +0000 > > +++ SConstruct 2010-03-18 17:40:03 +0000 > > @@ -417,8 +417,6 @@ > > includeDir = env["includeDir"].replace("$prefix", install_prefix) > > libDir = env["libDir"].replace("$prefix", install_prefix) > > pkgConfDir = env["pkgConfDir"].replace("$prefix", install_prefix) > > - pythonModuleDir = env["pythonModuleDir"].replace("$prefix", > > install_prefix) > > - pythonExtDir = env["pythonExtDir"].replace("$prefix", install_prefix) > > manDir = env["manDir"].replace("$prefix", install_prefix) > > > > # If necessary, replace site-packages with dist-packages when prefix is > > @@ -428,6 +426,9 @@ > > for tgt_dir in ["pythonModuleDir", "pythonExtDir"]: > > env[tgt_dir] = env[tgt_dir].replace("site-packages", "dist-packages") > > > > + pythonModuleDir = env["pythonModuleDir"].replace("$prefix", > > install_prefix) > > + pythonExtDir = env["pythonExtDir"].replace("$prefix", install_prefix) > > + > > # install dolfin-convert into binDir: > > env.Install(binDir, > > os.path.join("misc","utils","convert","dolfin-convert")) > > > > > > > > -----BEGIN PGP SIGNATURE----- > > Version: GnuPG v1.4.9 (GNU/Linux) > > > > iEYEARECAAYFAkuieuAACgkQTuwUCDsYZdHVlwCdE1tV5ovTxBZSrgrf4v9SUfz2 > > eEAAnRJKqvtNaShbW8o+yvSoK/NVOrdB > > =D4fj > > -----END PGP SIGNATURE----- > > > > _______________________________________________ > > Mailing list: https://launchpad.net/~dolfin > > Post to : [email protected] > > Unsubscribe : https://launchpad.net/~dolfin > > More help : https://help.launchpad.net/ListHelp > > > > > > _______________________________________________ > Mailing list: https://launchpad.net/~dolfin > Post to : [email protected] > Unsubscribe : https://launchpad.net/~dolfin > More help : https://help.launchpad.net/ListHelp
signature.asc
Description: Digital signature
_______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

