<html><head><style>body{font-family:Merriweather,Arial;font-size:13px}</style></head><body><div style="font-family:Merriweather,Arial;font-size:13px; color: rgba(51,51,51,1.0); ">Hello, </div><div style="font-family:Merriweather,Arial;font-size:13px; color: rgba(51,51,51,1.0); "><br></div><div style="font-family:Merriweather,Arial;font-size:13px; color: rgba(51,51,51,1.0); ">I’m still struggling with the build of Paraview :/. I have a problem with cmake not finding the Config.cmake file for the port:icet. So I watched the debug builds on Azure, and the CMAKE_PREFIX_PATH is set to: -DCMAKE_PREFIX_PATH=/opt/local/share/cmake/modules. So I went checking the cmake1.1 port Group and in facts:</div><div style="font-family:Merriweather,Arial;font-size:13px; color: rgba(51,51,51,1.0); "><br></div><div style="font-family:Merriweather,Arial;font-size:13px; color: rgba(51,51,51,1.0); ">```</div><div style="font-family:Merriweather,Arial;font-size:13px; color: rgba(51,51,51,1.0); "><div style="margin: 0px;">proc cmake::module_path {} {</div><div style="margin: 0px;">    if {[llength [option cmake.module_path]]} {</div><div style="margin: 0px;">        set modpath "[join [concat [option cmake_share_module_dir] [option cmake.module_path]] \;]"</div><div style="margin: 0px;">    } else {</div><div style="margin: 0px;">        set modpath [option cmake_share_module_dir]</div><div style="margin: 0px;">    }</div><div style="margin: 0px;">    return [list \</div><div style="margin: 0px;">        -DCMAKE_MODULE_PATH="${modpath}" \</div><div style="margin: 0px;">        -DCMAKE_PREFIX_PATH="${modpath}"</div><div style="margin: 0px;">    ]</div><div style="margin: 0px;">}</div><div><br></div></div><div style="font-family:Merriweather,Arial;font-size:13px; color: rgba(51,51,51,1.0); ">```</div><div style="font-family:Merriweather,Arial;font-size:13px; color: rgba(51,51,51,1.0); "><br></div><div style="font-family:Merriweather,Arial;font-size:13px; color: rgba(51,51,51,1.0); ">But I think that CMAKE_PREFIX_PATH should instead be (or at least should contain) /opt/local/lib/cmake. Shouldn’t it?</div><div style="font-family:Merriweather,Arial;font-size:13px; color: rgba(51,51,51,1.0); "><br></div><br><div class="gmail_signature"><pre><code>          _   
-.     .´  |∞∞∞∞
  ',  ;    |∞∞∞∞∞∞
    ˜˜     |∞∞∞∞∞∞∞∞∞ RdB
    ,.,    |∞∞∞∞∞∞
  .'   '.  |∞∞∞∞
-'       `’

https://rdb.is
</code></pre></div></body></html>