good day
i am new to OpenMC and i want to set it up on windows 7 or 8, i am unable to get it done. can anyone please take some time and help me out with it?
on windows 8.1 i have installed cmake, gfortran, cygwin.. from cygwin terminal when i type make in openmc root folder, it gives me error that CmakeLists.txt not found in C:\openmc-develop\src\xml\fox
so i copied the txt file from root of openmc folder to above location, now i get this error
CMake error at src/xml/fox/CMakeLists.txt:198
CMake error at src/xml/fox/CMakeLists.txt:206
CMake error at src/xml/fox/CMakeLists.txt:207
--
2- i also tried using ubuntu in virtual box; i used direct ppa option. in terminal i wrote
sudo apt-add-repository ppa:paulromano/staging
it worked,
then
sudo apt-get update
it worked as well,
but this last script
sudo apt-get install openmc
"the following packages have unmet dependencies:
openmc: depends: libgomp1 (>=4.9) but 4.8.4-2ubuntu1~14.04 is to be installed