From owner-freebsd-fortran@freebsd.org Sun May 8 16:30:38 2016 Return-Path: Delivered-To: freebsd-fortran@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80084B33BC8 for ; Sun, 8 May 2016 16:30:38 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from nm14-vm0.bullet.mail.bf1.yahoo.com (nm14-vm0.bullet.mail.bf1.yahoo.com [98.139.213.164]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D10A1967 for ; Sun, 8 May 2016 16:30:37 +0000 (UTC) (envelope-from pfg@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1462725036; bh=b6dfgaIatUgHlQeVyHHxjX6+8j1i2k9Mkm3Hjo5QP88=; h=To:From:Subject:Date:From:Subject; b=X6RThq4eoZ7GVOWrbT8a5LR3s1Ke6Fw+gkPH7iNDH0nKWM5u810g7j4CdZID8uRH6Ox8++LEw7QLTRYhONL+c71CzcjspuoUnZFq32sWkydlg+DlHsX8u1atflEQmZHGfsLirSdP8qfNS9cf4pUWeflZiQAG3X6TWda+OQPoBJFutoJ79NfaCVri/AnPeMRF3L9DaeWtYG6li8E3qogu4y3/oRoYP5lPYunbed3N9rdGI93phdP3qHz4XzlCx6eT44k9xllVxj5qVHC3zK444v2nDagkrCnvFsJa1s6C93I+U5c48ifvFkMkZV+7mpnMQ+pp3YRm42XgTHhv8VofxQ== Received: from [66.196.81.171] by nm14.bullet.mail.bf1.yahoo.com with NNFMP; 08 May 2016 16:30:36 -0000 Received: from [98.139.211.203] by tm17.bullet.mail.bf1.yahoo.com with NNFMP; 08 May 2016 16:30:36 -0000 Received: from [127.0.0.1] by smtp212.mail.bf1.yahoo.com with NNFMP; 08 May 2016 16:30:36 -0000 X-Yahoo-Newman-Id: 517389.44368.bm@smtp212.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 1VTNqv4VM1mBK1TzEEyMlmmtwn8ddj7pwt9cnI._nYs2lvv cnoA6WsEyqQRuVa8J3bqccr5_IrYQps6YFxTzvqgA7AgLryf0o3eb7CDRpcv btmSipIWctMh_t9Xip6ZrvEZ43remJAG2i_DhHsAQmiCHH1gbHPDT4tmrxlw 297aEzBm7o3fn9GR_vDLYUfnJedktlbtTVD4BW3x1dYCwH6_7cVOBDEMgA0p vtTYe3L0tmcYG8idhLkYwdG3wbDJk94_OW5APpjdoq_QGkUVWl9zzoEvPEo. xdBomt4RArS2azI5pkwuO0d0OHYeK250FE5i2GHu9M4rPROVDDIIS8X1ST.N xl6e36X6oGDEWhsxff.5cZE35VDrXh39ZXf0nbOocdXS8HEKaeP0L47A07wR KQrspTed_gwgfC8zAIIn1CAmzTjwZehLVZA2jXKMBFj3yA8S_47H5AJZ1Bp4 0jHMqKCTA0gkYAQP1n0uD7r6iWHiq1iH0rsAVOR.wZQP0O.SPoj2r5m5Hgcp 6LIblr_Lko56CuO4JoCgV23pvCCTJPB1x X-Yahoo-SMTP: xcjD0guswBAZaPPIbxpWwLcp9Unf To: freebsd-fortran@FreeBSD.org From: Pedro Giffuni Subject: NASTRAN finally opensourced? Message-ID: <572F69B9.7090605@FreeBSD.org> Date: Sun, 8 May 2016 11:30:49 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fortran@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Fortran on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2016 16:30:38 -0000 Hello; It appears there are sources for the classic NASTRAN software from NASA available: https://github.com/nasa/NASTRAN-95 No build instructions, and it certainly lacks a lot of the functionality that is available in the commercial counterparts but should be interesting. Enjoy, Pedro.