View Issue Details

IDProjectCategoryView StatusLast Update
0001199ThirdPartyBugpublic2014-02-28 16:54
Reporteruser871Assigned Towill  
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinux x86_64OSRHELOS Version6.3
Summary0001199: CGAL does not build if metis src exists in $WM_THIRD_PARTY_DIR
DescriptionAssuming the metis source directory is present in $WM_THIRD_PARTY_DIR.

Allwmake happily builds metis automatically but then it does not cd back to $WM_THIRD_PARTY_DIR.

As a result, maleCGAL fails.
Steps To ReproduceAssuming the metis source directory is present in $WM_THIRD_PARTY_DIR.

Allwmake builds metis automatically but then it does not cd back to $WM_THIRD_PARTY_DIR. It stays in $METIS_VERSION.

As a result, maleCGAL fails.

The problem is solved by changing to $WM_THIRD_PARTY_DIR right after metis build is completed:

echo ===============================
echo Build CGAL
cd $WM_THIRD_PARTY_DIR
if [ -n "$CGAL_ARCH_PATH" ]
then ... ... ...
TagsNo tags attached.

Activities

user871

2014-02-28 10:17

 

Allwmake.patch (274 bytes)   
--- Allwmake	2014-02-28 11:15:34.802185767 +0100
+++ Allwmake.corrected	2014-02-28 11:14:43.685268897 +0100
@@ -339,6 +339,7 @@
 # CGAL is optional
 echo ========================================
 echo Build CGAL
+cd $WM_THIRD_PARTY_DIR
 if [ -n "$CGAL_ARCH_PATH" ]
 then
 (
Allwmake.patch (274 bytes)   

will

2014-02-28 16:54

manager   ~0002914

Thanks for the report

Fixed in commit 00c46800bac48d1b0e03e0e48a1890be3c6a8b64 of the repository at https://github.com/OpenFOAM/ThirdParty-2.3.x

Issue History

Date Modified Username Field Change
2014-02-28 08:48 user871 New Issue
2014-02-28 10:17 user871 File Added: Allwmake.patch
2014-02-28 16:54 will Note Added: 0002914
2014-02-28 16:54 will Status new => resolved
2014-02-28 16:54 will Resolution open => fixed
2014-02-28 16:54 will Assigned To => will