From 70119436d119cdb36dffabacc9d2913e1f970d8c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz>
Date: Wed, 3 Jul 2019 08:07:17 +0200
Subject: [PATCH] 	modified:   l/libMesh/libMesh-1.3.0-intel-2017c.eb 
 deleted:    l/libMesh/libMesh-1.3.0-intel-2017c.e

---
 l/libMesh/libMesh-1.3.0-intel-2017c.e  |  0
 l/libMesh/libMesh-1.3.0-intel-2017c.eb | 36 --------------------------
 2 files changed, 36 deletions(-)
 delete mode 100644 l/libMesh/libMesh-1.3.0-intel-2017c.e

diff --git a/l/libMesh/libMesh-1.3.0-intel-2017c.e b/l/libMesh/libMesh-1.3.0-intel-2017c.e
deleted file mode 100644
index e69de29b..00000000
diff --git a/l/libMesh/libMesh-1.3.0-intel-2017c.eb b/l/libMesh/libMesh-1.3.0-intel-2017c.eb
index 080e3c0e..e69de29b 100644
--- a/l/libMesh/libMesh-1.3.0-intel-2017c.eb
+++ b/l/libMesh/libMesh-1.3.0-intel-2017c.eb
@@ -1,36 +0,0 @@
-# IT4Innovations 2019
-
-easyblock = 'ConfigureMake'
-
-name = 'libMesh'
-version = '1.3.0'
-
-homepage = 'http://libmesh.github.io/'
-description = """The libMesh library provides a framework for the numerical simulation of partial differential equations
- using arbitrary unstructured discretizations on serial and parallel platforms. A major goal of the library is to
- provide support for adaptive mesh refinement (AMR) computations in parallel while allowing a research scientist
-  to focus on the physics they are modeling."""
-
-toolchain = {'name': 'intel', 'version': '2017c'}
-toolchainopts = {'pic': True, 'usempi': True}
-
-source_urls = [
-    'https://github.com/libMesh/libmesh/releases/download/v%(version)s/',
-]
-
-sources = [SOURCELOWER_TAR_GZ]
-
-configopts = " --with-metis=PETSc"
-
-dependencies = [
-        #('ParMETIS', '4.0.3'),
-        ('Boost', '1.68.0'),
-        ('PETSc' ,'3.7.5', '-it4i'),
-]
-
-sanity_check_paths = {
-    'files': ['bin/meshtool-opt'],
-    'dirs': ['bin'],
-}
-
-moduleclass = 'lib'