[Commits] (markie) Trying to get PyLucene to build on linux

commits at osafoundation.org commits at osafoundation.org
Sun Mar 14 23:44:59 PST 2004


Commit by: markie
Modified files:
osaf/chandler/persistence/PyLucene/__hardhat__.py 1.9 1.10

Log message:
Trying to get PyLucene to build on linux


ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/chandler/persistence/PyLucene/__hardhat__.py.diff?r1=text&tr1=1.9&r2=text&tr2=1.10

Index: osaf/chandler/persistence/PyLucene/__hardhat__.py
diff -u osaf/chandler/persistence/PyLucene/__hardhat__.py:1.9 osaf/chandler/persistence/PyLucene/__hardhat__.py:1.10
--- osaf/chandler/persistence/PyLucene/__hardhat__.py:1.9	Sat Mar 13 12:54:57 2004
+++ osaf/chandler/persistence/PyLucene/__hardhat__.py	Sun Mar 14 23:44:29 2004
@@ -44,12 +44,12 @@
 
         GCJ = "GCJ=%s" %(GCJ_HOME)
 
-        gcj_version = gcjVer()
-        if gcj_version < '3.3':
-            raise hardhatlib.HardHatBuildEnvError, "GCJ version 3.3 or later is required to build this module, the version found is '%s'" %(gcj_version)
+#        gcj_version = gcjVer()
+#        if gcj_version < '3.3':
+#            raise hardhatlib.HardHatBuildEnvError, "GCJ version 3.3 or later is required to build this module, the version found is '%s'" %(gcj_version)
 
-        gcj = hardhatlib.expandVars('${gcj}')
-        GCJ = "GCJ=%s" %(os.path.dirname(gcj))
+#        gcj = hardhatlib.expandVars('${gcj}')
+#        GCJ = "GCJ=%s" %(os.path.dirname(gcj))
         
         hardhatlib.executeCommand(buildenv, info['name'],
                                   [ buildenv['make'], '-f', 'Makefile.linux',



More information about the Commits mailing list