You need to install Eigen3 as you can see in the error message. Johannes On Jun 16, 2014 12:11 PM, "Sai Rajeshwar" <[email protected]> wrote:
> oh thanks.. it worked.. i reinstalled swig and set the PATH... > > > but now there is this new error while installing dolfin------------- > > login1$ cmake . > > fatal: Not a git repository (or any of the parent directories): .git > -- Boost version: 1.55.0 > -- Found the following Boost libraries: > -- filesystem > -- program_options > -- system > -- thread > -- iostreams > -- UFC version: 1.4.0 > CMake Error at > /opt/apps/cmake/2.8.9/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 > (MESSAGE): > Could NOT find Eigen3 (missing: EIGEN3_INCLUDE_DIR EIGEN3_VERSION_OK) > (Required is at least version "3.0.0") > Call Stack (most recent call first): > > /opt/apps/cmake/2.8.9/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:288 > (_FPHSA_FAILURE_MESSAGE) > cmake/modules/FindEigen3.cmake:82 (find_package_handle_standard_args) > CMakeLists.txt:299 (find_package) > > > -- Configuring incomplete, errors occurred! > > --------------- > > whats wrong now... thanks a lot > > *with regards..* > > *M. Sai Rajeswar* > *M-tech Computer Technology* > > > *IIT Delhi----------------------------------Cogito Ergo Sum---------* > > > On Mon, Jun 16, 2014 at 3:35 PM, Johannes Ring <[email protected]> wrote: > >> But it is still using the swig binary in /usr/bin, so either your PATH is >> not set correctly or your locally installed swig is not installed >> correctly. >> >> Johannes >> On Jun 16, 2014 11:55 AM, "Sai Rajeshwar" <[email protected]> wrote: >> >>> yes i did export PATH=$PATH:/home1/03023/rajeswar/bin where swig >>> executable is there.. >>> >>> still problem did not go >>> >>> *with regards..* >>> >>> *M. Sai Rajeswar* >>> *M-tech Computer Technology* >>> >>> >>> *IIT Delhi----------------------------------Cogito Ergo Sum--------- * >>> >>> >>> On Mon, Jun 16, 2014 at 3:24 PM, Johannes Ring <[email protected]> >>> wrote: >>> >>>> There is your problem. Your swig in /usr/bin is too old. You should >>>> modify PATH such that your locally installed swig is used instead. >>>> >>>> Johannes >>>> On Jun 16, 2014 11:48 AM, "Sai Rajeshwar" <[email protected]> wrote: >>>> >>>>> login1$ which swig >>>>> /usr/bin/swig >>>>> >>>>> >>>>> >>>>> login1$ swig -version >>>>> >>>>> SWIG Version 1.3.40 >>>>> >>>>> Compiled with g++ [x86_64-unknown-linux-gnu] >>>>> Please see http://www.swig.org for reporting bugs and further >>>>> information >>>>> >>>>> >>>>> *with regards..* >>>>> >>>>> *M. Sai Rajeswar* >>>>> *M-tech Computer Technology* >>>>> >>>>> >>>>> *IIT Delhi----------------------------------Cogito Ergo Sum---------* >>>>> >>>>> >>>>> On Mon, Jun 16, 2014 at 3:16 PM, Johannes Ring <[email protected]> >>>>> wrote: >>>>> >>>>>> You should just make sure that the swig binary is in your PATH. Is >>>>>> it? What do you get when you run "which swig" and "swig -version"? >>>>>> >>>>>> Johannes >>>>>> On Jun 16, 2014 7:54 AM, "Sai Rajeshwar" <[email protected]> wrote: >>>>>> >>>>>>> is there any way to resolve the swig issue as mentioned above.. >>>>>>> >>>>>>> can we do something like.. >>>>>>> >>>>>>> >>>>>>> >>>>>>> *-DSWIG_EXECUTABLE:FILEPATH= while installing FFC* >>>>>>> >>>>>>> >>>>>>> *thanks a lot.. >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> * >>>>>>> >>>>>>> >>>>>>> *with regards..* >>>>>>> >>>>>>> *M. Sai Rajeswar* >>>>>>> *M-tech Computer Technology* >>>>>>> >>>>>>> >>>>>>> *IIT Delhi----------------------------------Cogito Ergo Sum---------* >>>>>>> >>>>>>> >>>>>>> On Sat, Jun 14, 2014 at 12:43 PM, Sai Rajeshwar <[email protected]> >>>>>>> wrote: >>>>>>> >>>>>>>> hi, >>>>>>>> right now im installing theano and i ran into few problems.. >>>>>>>> >>>>>>>> was trying to install FFC1.4.0 where i ran into this error >>>>>>>> >>>>>>>> ----------------------------termianal out put----------------- >>>>>>>> login3$ python setup.py install >>>>>>>> >>>>>>>> Traceback (most recent call last): >>>>>>>> File "setup.py", line 290, in <module> >>>>>>>> run_install() >>>>>>>> File "setup.py", line 205, in run_install >>>>>>>> SWIG_EXECUTABLE = get_swig_executable() >>>>>>>> File "setup.py", line 73, in get_swig_executable >>>>>>>> raise OSError("Unable to find SWIG version 2.0 or higher.") >>>>>>>> OSError: Unable to find SWIG version 2.0 or h >>>>>>>> >>>>>>>> ------------------------------ >>>>>>>> actually have installed swig3.2.0.. i dont know why this error is >>>>>>>> still being showed even after swig installation.. >>>>>>>> is there a explicit way where we can mention the path to swig >>>>>>>> >>>>>>>> thanks for your help in advance.. been stuck here for a long time >>>>>>>> >>>>>>>> *with regards..* >>>>>>>> >>>>>>>> *M. Sai Rajeswar* >>>>>>>> *M-tech Computer Technology* >>>>>>>> >>>>>>>> >>>>>>>> *IIT Delhi----------------------------------Cogito Ergo >>>>>>>> Sum---------* >>>>>>>> >>>>>>>> >>>>>>>> On Wed, Jun 11, 2014 at 10:35 PM, Sai Rajeshwar <[email protected] >>>>>>>> > wrote: >>>>>>>> >>>>>>>>> Xeon Phi is the Intel's relatively new accelerator based on >>>>>>>>> their Many Integrated Core architecture.(MIC). I wanted to know >>>>>>>>> whether >>>>>>>>> fenics can be built on MIC(any support) >>>>>>>>> <http://en.wikipedia.org/wiki/Xeon_Phi#cite_note-IntelXeonPhiName-1> >>>>>>>>> >>>>>>>>> *with regards..* >>>>>>>>> >>>>>>>>> *M. Sai Rajeswar* >>>>>>>>> *M-tech Computer Technology* >>>>>>>>> >>>>>>>>> >>>>>>>>> *IIT Delhi----------------------------------Cogito Ergo >>>>>>>>> Sum---------* >>>>>>>>> >>>>>>>>> >>>>>>>>> On Wed, Jun 11, 2014 at 9:42 PM, Sai Rajeshwar <[email protected] >>>>>>>>> > wrote: >>>>>>>>> >>>>>>>>>> sorry, MIC is intel- Many Integrated Core architecture >>>>>>>>>> >>>>>>>>>> *with regards..* >>>>>>>>>> >>>>>>>>>> *M. Sai Rajeswar* >>>>>>>>>> *M-tech Computer Technology* >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> *IIT Delhi----------------------------------Cogito Ergo >>>>>>>>>> Sum--------- * >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On Wed, Jun 11, 2014 at 7:56 PM, Johannes Ring <[email protected] >>>>>>>>>> > wrote: >>>>>>>>>> >>>>>>>>>>> On Wed, Jun 11, 2014 at 3:37 PM, Sai Rajeshwar < >>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>> > Im a masters student from Indian Institute of Technology >>>>>>>>>>> delhi. Im working >>>>>>>>>>> > on FEniCs project.. for performance, which is my area of >>>>>>>>>>> interest. Can you >>>>>>>>>>> > please help me in knowing 'How to build FEniCS on MIC' . >>>>>>>>>>> That would be of >>>>>>>>>>> > great help to me. >>>>>>>>>>> >>>>>>>>>>> Sorry for asking, but what is MIC? >>>>>>>>>>> >>>>>>>>>>> Johannes >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>> >>>>> >>> >
_______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
