[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Science group on alioth



On Fri, 2008-01-25 at 09:54 -0500, Adam C Powell IV wrote:
> On Thu, 2008-01-24 at 23:23 +0100, Frederic Lehobey wrote:
> [snip]
> > 
> >   By the way, as I am extremely busy these days I had not time to
> > answer to Adam Powell but I wish to congratulate him for his
> > impressive work on packaging OpenCascade and Salome. I plan to test
> > the compiling of his packaging on Sparc64, PowerPC and GNU/kFreeBSD.
> 
> Thank you, it was a lot of work, especially Salomé!  But please hold off
> until OCC 6.2.0-7 and Salomé 3.2.6-4 which should be up later today.
> (Sorry about the delay, Salomé had one problem after another, and each
> rebuild takes a long time.)  Earlier versions won't work fully.

Okay, they are up, finally.  But for some reason, there's a new problem,
(not present in my earlier -4 builds but I'm not waiting any longer)
which requires the patch below to fix:

--- salome-3.2.6/KERNEL_SRC_3.2.6/bin/runSalome.py      2007-04-24 11:34:14.000000000 -0400
+++ /usr/bin/runSalome.py       2008-01-25 17:30:37.000000000 -0500
@@ -156,9 +156,9 @@
         if modules_root_dir.has_key(module):
             module_root_dir = modules_root_dir[module]
             modules_root_dir_list[:0] = [module_root_dir]
-            add_path(os.path.join(module_root_dir,get_lib_dir(),salome_subdir),
+            add_path(os.path.join(module_root_dir,get_lib_dir()),
                      "LD_LIBRARY_PATH")
-            add_path(os.path.join(module_root_dir,"bin",salome_subdir),
+            add_path(os.path.join(module_root_dir,"bin"),
                      "PATH")
             if os.path.exists(module_root_dir + "/examples") :
                 add_path(os.path.join(module_root_dir,"examples"),

I'll make sure to fix that in -5, and to put the xdata docs in the right
directory.  Also, the new -doc package is enormous, I finally figured
out how to generate and include all of the docs and it's 1.3 GiB
installed!

Share and enjoy,
-Adam
-- 
GPG fingerprint: D54D 1AEE B11C CE9B A02B  C5DD 526F 01E8 564E E4B6

Engineering consulting with open source tools
http://www.opennovation.com/


Reply to: